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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A153056 a(0)=2, a(n)=n^2+a(n-1). 5
2, 3, 7, 16, 32, 57, 93, 142, 206, 287, 387, 508, 652, 821, 1017, 1242, 1498, 1787, 2111, 2472, 2872, 3313, 3797, 4326, 4902, 5527, 6203, 6932, 7716, 8557, 9457, 10418, 11442, 12531, 13687, 14912, 16208, 17577, 19021, 20542, 22142, 23823, 25587 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

FORMULA

G.f.: (2-5x+7x^2-2x^3)/(1-x)^4. a(n)=2+n(1+2n^2+3n)/6 = 2+A000330(n). [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jan 08 2009]

MATHEMATICA

a=2; lst={}; Do[a=n^2+a; AppendTo[lst, a], {n, 0, 5!}]; lst

CROSSREFS

Cf. A056520

Sequence in context: A058699 A004782 A049956 * A081207 A027118 A114582

Adjacent sequences:  A153053 A153054 A153055 * A153057 A153058 A153059

KEYWORD

nonn,easy

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Dec 17 2008

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 09:26 EST 2012. Contains 205753 sequences.