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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A140681 3n(n+6). 6
0, 21, 48, 81, 120, 165, 216, 273, 336, 405, 480, 561, 648, 741, 840, 945, 1056, 1173, 1296, 1425, 1560, 1701, 1848, 2001, 2160, 2325, 2496, 2673, 2856, 3045, 3240, 3441, 3648, 3861, 4080, 4305, 4536, 4773, 5016, 5265, 5520, 5781 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

a(n) = A028560(n)*3 = 3*n^2 + 18*n = n(3n+18).

a(n)=6*n+a(n-1)+15 (with a(0)=0) [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 03 2010]

EXAMPLE

a(1)=6*1+0+15=21; a(2)=6*2+21+15=48; a(3)=6*3+48+15=81 [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 03 2010]

MATHEMATICA

s=0; lst={}; Do[s+=n+1; s+=n+2; s+=n+3; s+=n+4; s+=n+5; s+=n+6; AppendTo[lst, s], {n, 0, 6!, 1}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Oct 30 2008]

CROSSREFS

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

Sequence in context: A156966 A146705 A146713 * A138179 A020178 A141556

Adjacent sequences:  A140678 A140679 A140680 * A140682 A140683 A140684

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 06:27 EST 2012. Contains 205998 sequences.