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!)
A262893 Partial sums of A262890. 3
6, 6, 47, 47, 47, 52, 52, 68, 68, 70, 70, 71, 72, 98, 102, 102, 102, 105, 105, 106, 119, 119, 224, 226, 227, 228, 230, 235, 253, 260, 260, 260, 260, 261, 264, 267, 267, 267, 272, 272, 276, 289, 291, 298, 298, 298, 305, 311, 312, 312, 312, 312, 365, 365, 365, 365, 455, 456, 456, 461, 461, 463, 463, 464, 465, 465, 477, 478, 478, 481, 542, 542, 542, 542, 542, 542, 542, 544, 661, 668, 668, 670 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(0) = A262890(0); for n >= 1, a(n) = a(n-1) + A262890(n).
PROG
(Scheme, with memoization-macro definec)
(definec (A262893 n) (if (zero? n) (A262890 0) (+ (A262893 (- n 1)) (A262890 n))))
CROSSREFS
Cf. also A255333.
Sequence in context: A175550 A219352 A262895 * A084675 A075179 A321971
KEYWORD
nonn
AUTHOR
Antti Karttunen, Oct 04 2015
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 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)