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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A033994 Partial sums of A005476. 11
2, 11, 32, 70, 130, 217, 336, 492, 690, 935, 1232, 1586, 2002, 2485, 3040, 3672, 4386, 5187, 6080, 7070, 8162, 9361, 10672, 12100, 13650, 15327, 17136, 19082, 21170, 23405, 25792, 28336, 31042, 33915, 36960, 40182, 43586, 47177, 50960, 54940 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

REFERENCES

A. H. Beiler, Recreations in the Theory of Numbers, Dover, N.Y., 1964, pp. 194-196.

FORMULA

a(n)=n(n+1)(5n+1)/6.

G.f.: (2*x+3*x^2)/(1-x)^4.

a(n) = A132121(n,1). - Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Aug 12 2007

MAPLE

seq(add((k^2-n^2+(n+k)^2)/2, k=1..n), n=1..40); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Dec 01 2006

with(finance):seq(add(cashflows([n*k, k^2, 0], 0 ), k=0..n), n=1..45); # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Dec 22 2008]

MATHEMATICA

f[n_]:=5*n+2; 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]

PROG

(PARI) a(n)=n*(n+1)*(5*n+1)/6

CROSSREFS

Cf. A005476 and A016873.

Cf. A000330, A132124, A132112, A050409.

Sequence in context: A190261 A000755 A183460 * A023659 A094792 A173707

Adjacent sequences:  A033991 A033992 A033993 * A033995 A033996 A033997

KEYWORD

easy,nonn

AUTHOR

Barry E. Williams, Dec 16 1999

EXTENSIONS

More terms from James A. Sellers (sellersj(AT)math.psu.edu), Jan 19 2000

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 14 23:53 EST 2012. Contains 205689 sequences.