The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A133998 Number of isomers of the soccerball C_60H_n Buckminster fullerene. 1
1, 1, 37, 577, 8236, 91030, 835476, 6436782, 42650532, 246386091, 1256602779, 5711668755, 23322797475, 86114390460, 289098819780, 886568158468, 2493474394140, 6453694644705, 15417163018725, 34080036632565, 69864082608210 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
a(n) = 0 for all n>60.
REFERENCES
K. Balasubramanian, Combinatorics and Spectroscopy, Table 2.5; In: D. Bonchev and D. H. Rouvray, Chemical Group Theory, Gordon and Breach Publishers, 1995, ISBN 2-88449-034-5, pp. 37-70.
LINKS
FORMULA
G.f.: (1/60) [(1+x)^60 + 24(1+x^5)^12 + 20(1+x^3)^20 + 15(1+x^2)^30].
MAPLE
a:= n-> coeff(1/60 *((1+b)^60 +24*(1+b^5)^12 +20*(1+b^3)^20 +15*(1+b^2)^30), b, n): seq(a(n), n=0..60);
MATHEMATICA
CoefficientList[Series[(1/60)((1+x)^60+24(1+x^5)^12+ 20(1+x^3)^20+ 15(1+x^2)^30), {x, 0, 20}], x] (* Harvey P. Dale, Apr 26 2019 *)
CROSSREFS
Sequence in context: A231514 A156226 A217501 * A231381 A056217 A105464
KEYWORD
nonn,fini,full
AUTHOR
Thomas Wieder, Jan 09 2008
EXTENSIONS
G.f. corrected thanks to a hint by Alois P. Heinz.
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 May 31 21:26 EDT 2024. Contains 373003 sequences. (Running on oeis4.)