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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A085788 Partial sums of n 3-spaced triangular numbers beginning with t(3), e.g. a(2)=t(3)+t(6)=6+21=27. 1
6, 27, 72, 150, 270, 441, 672, 972, 1350, 1815, 2376, 3042, 3822 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

FORMULA

3/2 * n(n+1)^2.

sum ((j+n+1)*(n+1),j=1..n). - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Sep 10 2006

MAPLE

a:=n->sum(sum(sum(j-k+1, j=1..n), k=0..n), m=0..n): seq(a(n), n=1..45); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), May 30 2007

PROG

(PARI) v=vector(40, i, t(i)); s=0; forstep(i=3, 40, 3, s+=v[i]; print1(s", "))

CROSSREFS

Cf. A004188.

Row sums of triangle A001283. Equals 3*A006002(n).

Sequence in context: A012365 A167469 A190623 * A027276 A101970 A136105

Adjacent sequences:  A085785 A085786 A085787 * A085789 A085790 A085791

KEYWORD

nonn

AUTHOR

Jon Perry (perry(AT)globalnet.co.uk), Jul 23 2003

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 19:23 EST 2012. Contains 205945 sequences.