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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A153785 5 times heptagonal numbers: 5n(5n-3)/2. 1
0, 5, 35, 90, 170, 275, 405, 560, 740, 945, 1175, 1430, 1710, 2015, 2345, 2700, 3080, 3485, 3915, 4370, 4850, 5355, 5885, 6440, 7020, 7625, 8255, 8910, 9590, 10295, 11025, 11780, 12560, 13365, 14195, 15050, 15930, 16835, 17765 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

a(n) = (25n^2 - 15n)/2 = A000566(n)*5.

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

EXAMPLE

a(1)=25*1+0-20=5; a(2)=25*2+5-20=35; a(3)=25*3+35-20=90 [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 03 2010]

MATHEMATICA

s=0; lst={s}; Do[s+=n; AppendTo[lst, s], {n, 5, 8!, 25}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Apr 03 2009]

CROSSREFS

Cf. A000566, A153784, A154786.

Sequence in context: A115707 A117793 A145920 * A090294 A162540 A161199

Adjacent sequences:  A153782 A153783 A153784 * A153786 A153787 A153788

KEYWORD

easy,nonn

AUTHOR

Omar E. Pol (info(AT)polprimos.com), Jan 07 2009

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.