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!)
A263253 Partial sums of A263251. 6
2, 3, 3, 3, 5, 6, 7, 8, 9, 10, 12, 13, 14, 14, 15, 17, 18, 18, 18, 19, 20, 21, 22, 22, 23, 24, 25, 26, 27, 27, 28, 29, 30, 30, 31, 33, 33, 34, 35, 36, 37, 38, 38, 39, 39, 41, 42, 42, 43, 44, 45, 45, 48, 49, 50, 51, 52, 53, 54, 55, 56, 59, 59, 59, 60, 62, 64, 64, 66, 67, 67, 68, 69, 70, 72, 73 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(0) = A263251(n); for n >= 1, a(n) = A263251(n) + a(n-1).
PROG
(PARI) \\ See program at A263251.
(Scheme, with memoization-macro definec)
(definec (A263253 n) (if (zero? n) (A263251 n) (+ (A263251 n) (A263253 (- n 1)))))
CROSSREFS
Cf. also A263085, A262516, A263278.
Sequence in context: A130499 A020910 A029065 * A162157 A060210 A260460
KEYWORD
nonn
AUTHOR
Antti Karttunen, Nov 07 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 19 10:38 EDT 2024. Contains 371791 sequences. (Running on oeis4.)