Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A050410
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A050410 Truncated square pyramid numbers: a(n)=sum(k^2,k=n..2*n-1). +0
3
0, 1, 13, 50, 126, 255, 451, 728, 1100, 1581, 2185, 2926, 3818, 4875, 6111, 7540, 9176, 11033, 13125, 15466, 18070, 20951, 24123, 27600, 31396, 35525, 40001, 44838, 50050, 55651, 61655, 68076, 74928, 82225, 89981, 98210, 106926, 116143 (list; graph; listen)
OFFSET

0,3

FORMULA

a(n)=n*(7*n-1)*(2*n-1)/6.

EXAMPLE

1^2 + 1; 2^2 + 3^2 = 13; 3^2 + 4^2 + 5^2 = 50; ...

MAPLE

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

PROGRAM

(PARI) for(n=1, 100, print1(sum(i=0, n-1, (n+i)^2), ", "))

CROSSREFS

Cf. A072474.

Sequence in context: A044496 A009951 A074014 this_sequence A121991 A121990 A050491

Adjacent sequences: A050407 A050408 A050409 this_sequence A050411 A050412 A050413

KEYWORD

easy,nice,nonn

AUTHOR

Klaus Strassburger (strass(AT)ddfi.uni-duesseldorf.de), Dec 22 1999

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 July 25 07:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research