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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A140689 n(3n+20). 6
0, 23, 52, 87, 128, 175, 228, 287, 352, 423, 500, 583, 672, 767, 868, 975, 1088, 1207, 1332, 1463, 1600, 1743, 1892, 2047, 2208, 2375, 2548, 2727, 2912, 3103, 3300, 3503, 3712, 3927, 4148, 4375, 4608, 4847, 5092, 5343, 5600, 5863 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

a(n)=3*n^2 + 20*n.

a(n)=a(n-1)+6*n+17 (with a(0)=0). [From Vincenzo Librandi, Dec 15 2010]

MATHEMATICA

a[n_]:=Sum[6*i+17, {i, 1, n}]; [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Dec 04 2008]

CROSSREFS

Cf. A033428, A045944, A140676, A067725, A140677, A140678, A067707, A140679, A140680, A140681.

Sequence in context: A157095 A165432 A067625 * A172034 A113912 A055782

Adjacent sequences:  A140686 A140687 A140688 * A140690 A140691 A140692

KEYWORD

easy,nonn

AUTHOR

Omar E. Pol (info(AT)polprimos.com), May 22 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 17 04:58 EST 2012. Contains 205985 sequences.