login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A092182 Figurate numbers based on the 600-cell (4-D polytope with Schlaefli symbol {3,3,5}). 9
1, 120, 947, 3652, 9985, 22276, 43435, 76952, 126897, 197920, 295251, 424700, 592657, 806092, 1072555, 1400176, 1797665, 2274312, 2839987, 3505140, 4280801, 5178580, 6210667, 7389832, 8729425, 10243376, 11946195, 13852972, 15979377 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
This is the 4-dimensional regular convex polytope called the 600-cell, hexacosichoron or hypericosahedron.
LINKS
Hyun Kwang Kim, On Regular Polytope Numbers, Proc. Amer. Math. Soc., 131 (2002), 65-75.
Eric Weisstein's World of Mathematics, 600-Cell
FORMULA
a(n) = n*((145*n^3)-(280*n^2)+(179*n)-38)/6
a(n) = C(n+3,4) + 115 C(n+2,4) + 357 C(n+1,4) + 107 C(n,4)
a(n) = +5*a(n-1) -10*a(n-2) +10*a(n-3) -5*a(n-4) +a(n-5). G.f.: x*(1+115*x+357*x^2+107*x^3)/(1-x)^5. [R. J. Mathar, Jun 21 2010]
EXAMPLE
a(3)= 3*((145*3^3)-(280*3^2)+(179*3)-38)/6 = 3*(3915-2520+537-38)/6 = 0.5*1894 = 947
PROG
(Magma) [n*((145*n^3)-(280*n^2)+(179*n)-38)/6: n in [1..40]]; // Vincenzo Librandi, May 22 2011
CROSSREFS
Sequence in context: A250512 A011245 A213875 * A262387 A133119 A052777
KEYWORD
easy,nonn
AUTHOR
Michael J. Welch (mjw1(AT)ntlworld.com), Mar 31 2004
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)