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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A007584 9-gonal (or enneagonal) pyramidal numbers: n(n+1)(7n-4)/6.
(Formerly M4695)
8
0, 1, 10, 34, 80, 155, 266, 420, 624, 885, 1210, 1606, 2080, 2639, 3290, 4040, 4896, 5865, 6954, 8170, 9520, 11011, 12650, 14444, 16400, 18525, 20826, 23310, 25984, 28855, 31930 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

REFERENCES

A. H. Beiler, Recreations in the Theory of Numbers, Dover, NY, 1964, p. 194.

N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

FORMULA

a(n)= (7*n-4)*binomial(n+1, 2)/3. G.f.: x*(1+6*x)/(1-x)^4.

MAPLE

a:=n->sum((n+j)^2-(n+j), j=0..n): seq(a(n)/2, n=0..30); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), May 26 2008

MATHEMATICA

f[n_]:=7*n+1; s1=s2=0; lst={}; Do[a=f[n]; s1+=a; s2+=s1; AppendTo[lst, s2], {n, 0, 6!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Jun 25 2009]

CROSSREFS

Cf. A093564 ((7, 1) Pascal, column m=3). Partial sums of A001106.

Sequence in context: A020495 A155486 A008527 * A009924 A019257 A020877

Adjacent sequences:  A007581 A007582 A007583 * A007585 A007586 A007587

KEYWORD

easy,nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), R. K. Guy.

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 16 16:34 EST 2012. Contains 205938 sequences.