login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A213706 Partial sums of A071542. 5
0, 1, 3, 5, 8, 11, 15, 19, 24, 29, 35, 41, 48, 55, 62, 69, 77, 85, 94, 103, 113, 123, 133, 143, 154, 165, 176, 187, 199, 211, 223, 235, 248, 261, 275, 289, 304, 319, 334, 349, 365, 381, 397, 413, 430, 447, 464, 481, 499, 517, 535, 553, 572, 591, 610, 629, 649, 669, 689, 709, 730 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(0)=0, a(n) = a(n-1)+A071542(n)
PROG
(MIT/GNU Scheme)
;; with AK's intseq additions:
(define A213706 (PARTIALSUMS 0 0 A071542))
CROSSREFS
Used to compute A213707. a(n)+1 gives the length of the n-th row in the irregular table A218254.
Sequence in context: A145197 A219656 A024169 * A078126 A024206 A159325
KEYWORD
nonn,easy
AUTHOR
Antti Karttunen, Oct 24 2012
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)