login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063492 (2*n-1)*(11*n^2-11*n+6)/6. 17
1, 14, 60, 161, 339, 616, 1014, 1555, 2261, 3154, 4256, 5589, 7175, 9036, 11194, 13671, 16489, 19670, 23236, 27209, 31611, 36464, 41790, 47611, 53949, 60826, 68264, 76285, 84911, 94164, 104066, 114639, 125905, 137886, 150604, 164081 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

REFERENCES

T. P. Martin, Shells of atoms, Phys. Reports, 273 (1996), 199-241, eq. (10).

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,1000

MATHEMATICA

lst={}; Do[AppendTo[lst, (2*n-1)*(11*n^2-11*n+6)/6], {n, 5!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Sep 18 2008]

PROG

(PARI) { for (n=1, 1000, write("b063492.txt", n, " ", (2*n - 1)*(11*n^2 - 11*n + 6)/6) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 23 2009]

CROSSREFS

1/12*t*(2*n^3-3*n^2+n)+2*n-1 for t = 2, 4, 6, ... gives A049480, A005894, A063488, A001845, A063489, A005898, A063490, A057813, A063491, A005902, A063492, A005917, A063493, A063494, A063495, A063496.

Sequence in context: A062022 A158058 A100171 * A051799 A164540 A140184

Adjacent sequences:  A063489 A063490 A063491 * A063493 A063494 A063495

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Aug 01 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 08:20 EST 2012. Contains 205729 sequences.