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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A006137 1 + n/2 + 9*n^2/2. 1
1, 6, 20, 43, 75, 116, 166, 225, 293, 370, 456, 551, 655, 768, 890, 1021, 1161, 1310, 1468, 1635, 1811, 1996, 2190, 2393, 2605, 2826, 3056, 3295, 3543, 3800, 4066, 4341, 4625, 4918, 5220, 5531, 5851, 6180 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

a(n)=3*a(n-1)-3*a(n-2)+a(n-3), with a(0)=1, a(1)=6 and a(2)=20. [From Paolo P. Lava (paoloplava(AT)gmail.com), Jul 17 2009]

a(n)=a(n-1)+9*n-4 (with a(0)=1) [From Vincenzo Librandi, Nov 18 2010]

MATHEMATICA

s = 1; lst = {s}; Do[s += n + 4; AppendTo[lst, s], {n, 1, 350, 9}]; lst [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jul 11 2009]

CROSSREFS

Sequence in context: A094274 A094279 A093913 * A048969 A005564 A011928

Adjacent sequences:  A006134 A006135 A006136 * A006138 A006139 A006140

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

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 14:37 EST 2012. Contains 205822 sequences.