The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A255333 Partial sums of A255330. 4
1, 3, 3, 7, 8, 8, 15, 15, 18, 19, 19, 24, 26, 32, 32, 38, 38, 41, 42, 42, 47, 49, 61, 61, 63, 68, 68, 72, 74, 80, 80, 86, 86, 89, 90, 90, 95, 97, 109, 109, 111, 118, 119, 131, 135, 135, 137, 142, 142, 146, 148, 160, 160, 162, 167, 167, 171, 173, 179, 179, 185, 185, 188, 189, 189, 194 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(0) = 1; for n >= 1: a(n) = a(n-1) + A255330(n).
Other identities:
a(A255061(n)-1) = A000225(n) - A255062(n) for all n >= 2.
Equally: a(A255061(n)-1) + A255062(n) + 1 = A000079(n) = 2^n for all n >= 2.
PROG
(Scheme, with memoization-macro definec)
(definec (A255333 n) (if (zero? n) 1 (+ (A255333 (- n 1)) (A255330 n))))
CROSSREFS
Analogous sequences: A218785, A230408.
Sequence in context: A121527 A021886 A178238 * A200792 A218567 A161416
KEYWORD
nonn
AUTHOR
Antti Karttunen, Feb 21 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 May 15 09:54 EDT 2024. Contains 372540 sequences. (Running on oeis4.)