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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A145730 Partial sums of A108019. 1
0, 4, 40, 332, 2672, 21396, 171192, 1369564, 10956544, 87652388, 701219144, 5609753196, 44878025616, 359024204980, 2872193639896, 22977549119228, 183820392953888, 1470563143631172, 11764505149049448, 94116041192395660 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

In a C/C++ style of notation, the update from a(n-1) to a(n) can be written as a+=(a+=(a+=n+a)).

FORMULA

a(n) = sum_{i=0..n} A108019(i).

a(n) = 4*(8^(n+1)-7n-8)/49 = 4*A014831(n). - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Oct 21 2008

MATHEMATICA

lst={}; s=0; Do[s+=(s+=(s+=n+s)); AppendTo[lst, s], {n, 0, 5!}]; lst

CROSSREFS

Cf. A108019.

Sequence in context: A190541 A043031 A121126 * A069721 A191681 A155641

Adjacent sequences:  A145727 A145728 A145729 * A145731 A145732 A145733

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Oct 17 2008

EXTENSIONS

Edited by R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Oct 21 2008

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 17 19:13 EST 2012. Contains 206085 sequences.