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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A022272 n*(15n-1)/2. 0
0, 7, 29, 66, 118, 185, 267, 364, 476, 603, 745, 902, 1074, 1261, 1463, 1680, 1912, 2159, 2421, 2698, 2990, 3297, 3619, 3956, 4308, 4675, 5057, 5454, 5866, 6293, 6735, 7192, 7664, 8151, 8653, 9170, 9702 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

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

EXAMPLE

a(1)=15*1+0-8=7; a(2=15*2+7-8=29; a(3)=15*3+29-8=66 [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 04 2010]

MATHEMATICA

s=0; lst={s}; Do[s+=n++ +7; AppendTo[lst, s], {n, 0, 8!, 15}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Nov 16 2008]

CROSSREFS

Sequence in context: A005698 A080185 A041621 * A185438 A176616 A141854

Adjacent sequences:  A022269 A022270 A022271 * A022273 A022274 A022275

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 17 10:57 EST 2012. Contains 206009 sequences.