FigurateNum is a collection of 233 figurate number generators based on the book Figurate Numbers by Michel Deza and Elena Deza, published in 2012.
FigurateNum facilitates the discovery of new patterns among sequences and enables various numerical calculations in mathematical projects and related applications. It can be integrated with other software to visualize the geometric objects described. Moreover, it serves as a valuable companion to the book.
pip install figuratenum
🚨 Version 2.0.0 includes renamed methods and changes in class usage. These changes are incompatible with previous versions. Please review the updated usage instructions below to adapt your code to the new structure.
FigurateNum generates the following categories of infinite sequences:
- 79 sequences of plane figurate numbers Explore all sequences
- 86 sequences of space figurate numbers Explore all sequences
- 68 sequences of multidimensional figurate numbers Explore all sequences
During the development of this package, errata were identified in Figurate Numbers (2012). The corresponding corrections are available here.
from figuratenum import FigurateNum as fgn
>>> seq = fgn()
>>> hyperdodecahedral = seq.hyperdodecahedral()
>>> first = next(hyperdodecahedral)
>>> second = next(hyperdodecahedral)
>>> third = next(hyperdodecahedral)
>>> fourth = next(hyperdodecahedral)
>>> print(first, second, third, fourth)
1 600 4983 19468
# from figuratenum import PlaneFigurateNum as pfgn
# from figuratenum import SpacedimensionalFigurateNum as sfgn
from figuratenum import MultidimensionalFigurateNum as mfgn
>>> seq_loop = mfgn()
>>> k_dimensional_centered_hypertetrahedron = seq_loop.k_dimensional_centered_hypertetrahedron(21)
>>> figuratenum_arr = []
>>> for _ in range(1, 15):
>>> next_num = next(k_dimensional_centered_hypertetrahedron)
>>> figuratenum_arr.append(next_num)
>>> print(figuratenum_arr)
[1, 23, 276, 2300, 14950, 80730, 376740, 1560780, 5852925, 20160075, 64512240, 193536720, 548354040, 1476337800]
from figuratenum import NumCollector as nc
Importing the NumCollector
class allows you to use practical methods to return lists, tuples or arrays with the requested number of elements:
take(n)
take_to_list(stop, start, step)
take_to_array(stop, start, step)
take_to_tuple(stop, start, step)
pick(n)
>>> seq = fgn()
>>> pentatope = seq.pentatope()
>>> print(nc.take_to_list(pentatope, 10))
[1, 5, 15, 35, 70, 126, 210, 330, 495, 715]
polygonal
triangular
square
pentagonal
hexagonal
heptagonal
octagonal
nonagonal
decagonal
hendecagonal
dodecagonal
tridecagonal
tetradecagonal
pentadecagonal
hexadecagonal
heptadecagonal
octadecagonal
nonadecagonal
icosagonal
icosihenagonal
icosidigonal
icositrigonal
icositetragonal
icosipentagonal
icosihexagonal
icosiheptagonal
icosioctagonal
icosinonagonal
triacontagonal
centered_triangular
centered_square
=diamond numbers
centered_pentagonal
centered_hexagonal
centered_heptagonal
centered_octagonal
centered_nonagonal
centered_decagonal
centered_hendecagonal
centered_dodecagonal
=star
centered_tridecagonal
centered_tetradecagonal
centered_pentadecagonal
centered_hexadecagonal
centered_heptadecagonal
centered_octadecagonal
centered_nonadecagonal
centered_icosagonal
centered_icosihenagonal
centered_icosidigonal
centered_icositrigonal
centered_icositetragonal
centered_icosipentagonal
centered_icosihexagonal
centered_icosiheptagonal
centered_icosioctagonal
centered_icosinonagonal
centered_triacontagonal
centered_mgonal(m)
pronic
=heteromecic = oblong
polite
impolite
cross
aztec_diamond
polygram(m)
=centered_star_polygonal(m)
pentagram
gnomic
truncated_triangular
truncated_square
truncated_pronic
truncated_centered_pol(m)
=truncated_centered_mgonal(m)
truncated_centered_triangular
truncated_centered_square
truncated_centered_pentagonal
truncated_centered_hexagonal
=truncated_hex
generalized_mgonal(m, start_numb)
generalized_pentagonal(start_numb)
generalized_hexagonal(start_numb)
generalized_centered_pol(m, start_numb)
generalized_pronic(start_numb)
m_pyramidal(m)
triangular_pyramidal
square_pyramidal
=pyramidal
pentagonal_pyramidal
hexagonal_pyramidal
heptagonal_pyramidal
octagonal_pyramidal
nonagonal_pyramidal
decagonal_pyramidal
hendecagonal_pyramidal
dodecagonal_pyramidal
tridecagonal_pyramidal
tetradecagonal_pyramidal
pentadecagonal_pyramidal
hexadecagonal_pyramidal
heptadecagonal_pyramidal
octadecagonal_pyramidal
nonadecagonal_pyramidal
icosagonal_pyramidal
icosihenagonal_pyramidal
icosidigonal_pyramidal
icositrigonal_pyramidal
icositetragonal_pyramidal
icosipentagonal_pyramidal
icosihexagonal_pyramidal
icosiheptagonal_pyramidal
icosioctagonal_pyramidal
icosinonagonal_pyramidal
triacontagonal_pyramidal
triangular_tetrahedral[finite]
triangular_square_pyramidal[finite]
square_tetrahedral[finite]
square_square_pyramidal[finite]
tetrahedral_square_pyramidal[finite]
cubic
tetrahedral
octahedral
dodecahedral
icosahedral
truncated_tetrahedral
truncated_cubic
truncated_octahedral
stella_octangula
centered_cube
rhombic_dodecahedral
hauy_rhombic_dodecahedral
centered_tetrahedron
=centered_tetrahedral
centered_square_pyramid
=centered_pyramid
centered_mgonal_pyramid(m)
centered_pentagonal_pyramid
centered_hexagonal_pyramid
centered_heptagonal_pyramid
centered_octagonal_pyramid
centered_octahedron
centered_icosahedron
=centered_cuboctahedron
centered_dodecahedron
centered_truncated_tetrahedron
centered_truncated_cube
centered_truncated_octahedron
centered_mgonal_pyramidal(m)
centered_triangular_pyramidal
centered_square_pyramidal
centered_pentagonal_pyramidal
centered_heptagonal_pyramidal
centered_octagonal_pyramidal
centered_nonagonal_pyramidal
centered_decagonal_pyramidal
centered_hendecagonal_pyramidal
centered_dodecagonal_pyramidal
centered_hexagonal_pyramidal
=hex_pyramidal
hexagonal_prism
mgonal_prism(m)
generalized_mgonal_pyramidal(m, start_num)
generalized_pentagonal_pyramidal(start_num)
generalized_hexagonal_pyramidal(start_num)
generalized_cubic(start_num)
generalized_octahedral(start_num)
generalized_icosahedral(start_num)
generalized_dodecahedral(start_num)
generalized_centered_cube(start_num)
generalized_centered_tetrahedron(start_num)
generalized_centered_square_pyramid(start_num)
generalized_rhombic_dodecahedral(start_num)
generalized_centered_mgonal_pyramidal(m, start_num)
generalized_mgonal_prism(m, start_num)
generalized_hexagonal_prism(start_num)
k_dimensional_hypertetrahedron(k)
=k_hypertetrahedron(k)
=regular_k_polytopic(k)
=figurate_of_order_k(k)
five_dimensional_hypertetrahedron
six_dimensional_hypertetrahedron
k_dimensional_hypercube(k)
=k_hypercube(k)
five_dimensional_hypercube
six_dimensional_hypercube
hypertetrahedral
=pentachoron
=pentatope
=triangulotriangular
=cell_5
hypercube
=octachoron
=tesseract
=biquadratic
=cell_8
hyperoctahedral
=hexadecachoron
=four_cross_polytope
=four_orthoplex
=cell_16
hypericosahedral
=hexacosichoron
=polytetrahedron
=tetraplex
=cell_600
hyperdodecahedral
=hecatonicosachoron
=dodecaplex
=polydodecahedron
=cell_120
polyoctahedral
=icositetrachoron
=octaplex
=hyperdiamond
=cell_24
four_dimensional_hyperoctahedron
five_dimensional_hyperoctahedron
six_dimensional_hyperoctahedron
seven_dimensional_hyperoctahedron
eight_dimensional_hyperoctahedron
nine_dimensional_hyperoctahedron
ten_dimensional_hyperoctahedron
k_dimensional_hyperoctahedron(k)
=k_cross_polytope(k)
four_dimensional_mgonal_pyramidal(m)
=mgonal_pyramidal_of_the_second_order(m)
four_dimensional_square_pyramidal
four_dimensional_pentagonal_pyramidal
four_dimensional_hexagonal_pyramidal
four_dimensional_heptagonal_pyramidal
four_dimensional_octagonal_pyramidal
four_dimensional_nonagonal_pyramidal
four_dimensional_decagonal_pyramidal
four_dimensional_hendecagonal_pyramidal
four_dimensional_dodecagonal_pyramidal
k_dimensional_mgonal_pyramidal(k, m)
=mgonal_pyramidal_of_the_k_2_th_order(k, m)
five_dimensional_mgonal_pyramidal(m)
five_dimensional_square_pyramidal
five_dimensional_pentagonal_pyramidal
five_dimensional_hexagonal_pyramidal
five_dimensional_heptagonal_pyramidal
five_dimensional_octagonal_pyramidal
six_dimensional_mgonal_pyramidal(m)
six_dimensional_square_pyramidal
six_dimensional_pentagonal_pyramidal
six_dimensional_hexagonal_pyramidal
six_dimensional_heptagonal_pyramidal
six_dimensional_octagonal_pyramidal
centered_biquadratic
k_dimensional_centered_hypercube(k)
five_dimensional_centered_hypercube
six_dimensional_centered_hypercube
centered_polytope
k_dimensional_centered_hypertetrahedron(k)
five_dimensional_centered_hypertetrahedron
six_dimensional_centered_hypertetrahedron
centered_hyperoctahedral
=orthoplex
nexus(k)
k_dimensional_centered_hyperoctahedron(k)
five_dimensional_centered_hyperoctahedron
six_dimensional_centered_hyperoctahedron
generalized_pentatope(start_num = 0)
generalized_k_dimensional_hypertetrahedron(k = 5, start_num = 0)
generalized_biquadratic(start_num = 0)
generalized_k_dimensional_hypercube(k = 5, start_num = 0)
generalized_hyperoctahedral(start_num = 0)
generalized_k_dimensional_hyperoctahedron(k = 5, start_num = 0)
generalized_hyperdodecahedral(start_num = 0)
generalized_hypericosahedral(start_num = 0)
generalized_polyoctahedral(start_num = 0)
generalized_k_dimensional_mgonal_pyramidal(k, m, start_num = 0)
generalized_k_dimensional_centered_hypercube(k, start_num = 0)
generalized_nexus(start_num = 0)
This section lists the errata and corrections for the book Figurate Numbers (2012) by Michel Deza and Elena Deza. If you find any errors in the content, please feel free to contribute corrections.
-
Chapter 1, formula in the table on page 6 says:
Name Formula Square 1/2 (n^2 - 0 * n)
It should be:
Name Formula Square 1/2 (2n^2 - 0 * n)
-
Chapter 1, formula in the table on page 51 says:
Name Formula Cent. icosihexagonal 1/3n^2 - 13 * n + 1
546, 728, 936, 1170
It should be:
Name Formula Cent. icosihexagonal 1/3n^2 - 13 * n + 1
547, 729, 937, 1171
-
Chapter 1, formula in the table on page 51 says:
Name Formula Cent. icosiheptagonal 972
It should be:
Name Formula Cent. icosiheptagonal 973
-
Chapter 1, formula in the table on page 51 says:
Name Formula Cent. icosioctagonal 84
It should be:
Name Formula Cent. icosioctagonal 85
-
Chapter 1, page 65 (polite numbers) says:
inpolite numbers
It should read:
impolite numbers
-
Chapter 1, formula (truncated centered pentagonal numbers) on page 72 says:
TCSS_5(n) = (35n^2 - 55n) / 2 + 3
It should be:
TCSS_5(n) = (35n^2 - 55n) / 2 + 11
-
Chapter 2, formula of octagonal pyramidal number on page 92 says:
n(n+1)(6n-1) / 6
It should be:
n(n+1)(6n-3) / 6
-
Chapter 2, page 140 says:
centered square pyramidal numbers are 1, 6, 19, 44, 85, 111, 146, 231, ...
This sequence must exclude the number 111:
centered square pyramidal numbers are 1, 6, 19, 44, 85,
111, 146, 231, ... -
Chapter 2, page 155 (generalized centered tetrahedron numbers) says:
S_3^3(n) = ((2n - 1)(n^2 + n + 3)) / 3
Formula must have a negative sign:
S_3^3(n) = ((2n - 1)(n^2 - n + 3)) / 3
-
Chapter 2, page 156 (generalized centered square pyramid numbers) says:
S_4^3(n) = ((2n - 1) * (n^2 - n + 2)^2) / 3
Formula must write:
S_4^3(n) = ((2n - 1) * (n^2 - n + 2)) / 2
-
Chapter 3, page 188 (hyperoctahedral numbers) says:
hexadecahoron numbers
It should read:
hexadecachoron numbers
-
Chapter 3, page 190 (hypericosahedral numbers) says:
hexacisihoron numbers
It should read:
hexacosichoron numbers
FigurateNumber is currently under development, and we warmly invite your contributions. Just fork the project and then submit a pull request:
- Sequences from Chapters 1, 2, and 3 of the book
- New sequences not included in the book: If you have new sequences, please provide the source.
- Tests, documentation and errata in the book
When making commits, please use the following conventional prefixes to indicate the nature of the changes: feat
, refactor
, fix
, docs
, and test
.