Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A085788
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A085788 Partial sums of n 3-spaced triangular numbers beginning with t(3), e.g. a(2)=t(3)+t(6)=6+21=27. +0
2
6, 27, 72, 150, 270, 441, 672, 972, 1350, 1815, 2376, 3042, 3822 (list; graph; listen)
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

PROGRAM

(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: A012720 A012365 A167469 this_sequence A027276 A101970 A136105

Adjacent sequences: A085785 A085786 A085787 this_sequence A085789 A085790 A085791

KEYWORD

nonn

AUTHOR

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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 16 17:18 EST 2009. Contains 170825 sequences.


AT&T Labs Research