Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A145069
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A145069 Partial sums of A002061, starting at n=2. +0
1
3, 10, 23, 44, 75, 118, 175, 248, 339, 450, 583, 740, 923, 1134, 1375, 1648, 1955, 2298, 2679, 3100, 3563, 4070, 4623, 5224, 5875, 6578, 7335, 8148, 9019, 9950, 10943, 12000, 13123, 14314, 15575, 16908, 18315, 19798, 21359, 23000, 24723, 26530 (list; graph; listen)
OFFSET

1,1

FORMULA

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

a(n) = sum_{j=2..n+1} A002061(j) for n >= 1.

a(1) = 3; a(n) = a(n-1) + n^2 + n + 1 for n > 1.

EXAMPLE

a(2) = a(1) + 2^2 + 2 + 1 = 3 + 4 + 2 + 1 = 10; a(3) = a(2) + 3^2 + 3 + 1 = 10 + 9 + 3 + 1 = 23.

MATHEMATICA

lst={}; s=0; Do[s+=n^2+n+1; AppendTo[lst, s], {n, 5!}]; lst

PROGRAM

(PARI) {a=0; for(n=1, 42, print1(a=a+n^2+n+1, ", "))}

CROSSREFS

Cf. A002061 (n^2 - n + 1), A028387 (n + (n+1)^2), A077415 (zero followed by partial sums of A028387, starting at n=1),

Sequence in context: A041403 A077126 A068043 this_sequence A080204 A115982 A167243

Adjacent sequences: A145066 A145067 A145068 this_sequence A145070 A145071 A145072

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Sep 30 2008

EXTENSIONS

Edited. - Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Oct 21 2008

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 November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research