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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063495 (2*n-1)*(5*n^2-5*n+2)/2. 17
1, 18, 80, 217, 459, 836, 1378, 2115, 3077, 4294, 5796, 7613, 9775, 12312, 15254, 18631, 22473, 26810, 31672, 37089, 43091, 49708, 56970, 64907, 73549, 82926, 93068, 104005, 115767, 128384, 141886, 156303, 171665, 188002, 205344 (list; graph; refs; listen; history; text; 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

FORMULA

a(1)=1, a(2)=18, a(3)=80, a(4)=217, a(n)=4*a(n-1)-6*a(n-2)+4*a(n-3)- a(n-4) [From Harvey P. Dale, Dec 18 2011]

G.f.: (x^3+14*x^2+14*x+1)/(x-1)^4 [From Harvey P. Dale, Dec 18 2011]

MATHEMATICA

Table[(2n-1)(5n^2-5n+2)/2, {n, 40}] (* or *) LinearRecurrence[{4, -6, 4, -1}, {1, 18, 80, 217}, 40] (* From Harvey P. Dale, Dec 18 2011 *)

PROG

(PARI) { for (n=1, 1000, write("b063495.txt", n, " ", (2*n - 1)*(5*n^2 - 5*n + 2)/2) ) } [From Harry J. Smith, 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: A197886 A039453 A219144 * A039408 A043231 A044011

Adjacent sequences:  A063492 A063493 A063494 * A063496 A063497 A063498

KEYWORD

nonn

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 | 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 May 23 12:52 EDT 2013. Contains 225587 sequences.