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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A152777 7 times heptagonal numbers: 7*n*(5*n-3)/2. 1
0, 7, 49, 126, 238, 385, 567, 784, 1036, 1323, 1645, 2002, 2394, 2821, 3283, 3780, 4312, 4879, 5481, 6118, 6790, 7497, 8239, 9016, 9828, 10675, 11557, 12474, 13426, 14413, 15435, 16492, 17584, 18711, 19873, 21070, 22302, 23569 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

7 times 7-gonal numbers.

FORMULA

a(n) = (35*n^2 - 21*n)/2 = A000566(n)*7.

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

MATHEMATICA

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

CROSSREFS

Cf. A000566.

Sequence in context: A043131 A082701 A044145 * A003530 A163827 A206989

Adjacent sequences:  A152774 A152775 A152776 * A152778 A152779 A152780

KEYWORD

easy,nonn

AUTHOR

Omar E. Pol (info(AT)polprimos.com), Dec 13 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 15 10:28 EST 2012. Contains 205763 sequences.