OFFSET
1,2
COMMENTS
A hecatonicosachoral number is a centered figurate number that represents a hecatonicosachoron, which is a four-dimensional regular polytope composed of 120 cells.
One of the 6 centered regular polichoral (centered pentachoral, centered hexadecachoral, centered octachoral, centered icositetrachoral, centered hexacosichoral and centered hecatonicosachoral) numbers.
LINKS
Eric Weisstein's World of Mathematics, Figurate Number.
Wikipedia, 120-cell.
Index entries for linear recurrences with constant coefficients, signature (5,-10,10,-5,1).
FORMULA
a(n) = 300*n^4 - 600*n^3 + 420*n^2 - 120*n + 1.
a(n) = 1440*A006322(n-1) + 1 for n > 1.
a(n) = 288*(A151989(n-1)-1)/25 + 1.
G.f.: x*(1 + 1436*x + 4326*x^2 + 1436*x^3 + x^4)/(1 - x)^5. - Stefano Spezia, May 12 2023
MATHEMATICA
Table[300*n^4 - 600*n^3 + 420*n^2 - 120*n + 1, {n, 1, 100}]
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Léo Cymrot Cymbalista, May 06 2023
STATUS
approved