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!)
A255822 Number of nonzero terms in A117943 up to index 2^n: a(n) = Sum_{k=1..2^n} A117943(k). 1
0, 1, 1, 3, 5, 9, 19, 41, 84, 163, 311, 615, 1268, 2612, 5228, 10244, 20172, 40496, 82066, 165284, 329388, 654207, 1305709, 2620890, 5262399, 10524162, 20983533, 41878200, 83848212, 168188942, 337036806, 673896773, 1345770393, 2688442850, 5375471835 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
The sequence seems to grow roughly as a(n) ~ c*2^n with c = 0.313...
LINKS
PROG
(PARI) N=1; s=0; for(n=1, 9e9, s+=A117943(n); n<N&&next; print1(s", "); N*=2)
CROSSREFS
Sequence in context: A291398 A078066 A018002 * A227234 A192480 A107028
KEYWORD
nonn
AUTHOR
M. F. Hasler, Mar 09 2015
EXTENSIONS
a(25)-a(34) from Hiroaki Yamanouchi, Mar 10 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 June 4 17:49 EDT 2024. Contains 373102 sequences. (Running on oeis4.)