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!)
A063498 Atoms in cluster of n layers around C_60. 1
0, 32, 104, 236, 448, 760, 1192, 1764, 2496, 3408, 4520, 5852, 7424, 9256, 11368, 13780, 16512, 19584, 23016, 26828, 31040, 35672, 40744, 46276, 52288, 58800, 65832, 73404, 81536, 90248, 99560, 109492, 120064, 131296, 143208, 155820 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
REFERENCES
T. P. Martin, Shells of atoms, Phys. Reports, 273 (1996), 199-241, eq. (17).
LINKS
FORMULA
10*n^3/3+10*n^2+56*n/3.
G.f.: 4*x*(8-6*x+3*x^2)/(1-x)^4. [Colin Barker, Apr 20 2012]
PROG
(PARI) { for (n=0, 1000, write("b063498.txt", n, " ", 10*n^2 + (10*n^3 + 56*n)/3) ) } [Harry J. Smith, Aug 23 2009]
CROSSREFS
Sequence in context: A194645 A134845 A167982 * A173951 A233691 A337786
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Aug 01 2001
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 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)