Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A064999
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A064999 Partial sums of sequence (essentially A002378): 1,2,6,12,20,30,42,56,72,90,... +0
2
1, 3, 9, 21, 41, 71, 113, 169, 241, 331, 441, 573, 729, 911, 1121, 1361, 1633, 1939, 2281, 2661, 3081, 3543, 4049, 4601, 5201, 5851, 6553, 7309, 8121, 8991, 9921, 10913, 11969, 13091, 14281, 15541, 16873, 18279, 19761, 21321, 22961, 24683 (list; graph; listen)
OFFSET

0,2

FORMULA

a(n)= A007290(n+2) +1= ( n^3 +3*n^2 +2*n +3 )/3.

a(0) = 1, a(n) = n*(n+1) + a(n-1) for n > 1 - Gerald McGarvey (Gerald.McGarvey(AT)comcast.net), Sep 26 2004

a(n) = (n^3 - n + 3)/3 - Artur Jasinski (grafix(AT)csl.pl), Feb 14 2007

MAPLE

a[0]:=0:a[1]:=1:for n from 2 to 50 do a[n]:=a[n-1]+n^2-n od: seq(a[n], n=0..42); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jun 05 2008

MATHEMATICA

Table[(x^3 - x + 3)/3, {x, 1, 100}] - Artur Jasinski (grafix(AT)csl.pl), Feb 14 2007

CROSSREFS

Cf. A002378, A007290.

Sequence in context: A007518 A029494 A059774 this_sequence A100135 A024173 A097119

Adjacent sequences: A064996 A064997 A064998 this_sequence A065000 A065001 A065002

KEYWORD

easy,nonn

AUTHOR

Klaus E. Kastberg (kastberg(AT)hotkey.net.au), Oct 31 2001

EXTENSIONS

Corrected and extended by Larry Reeves (larryr(AT)acm.org), Nov 12 2001

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