cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A255822 Number of nonzero terms in A117943 up to index 2^n: a(n) = Sum_{k=1..2^n} A117943(k).

Original entry on oeis.org

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
Offset: 0

Views

Author

M. F. Hasler, Mar 09 2015

Keywords

Comments

The sequence seems to grow roughly as a(n) ~ c*2^n with c = 0.313...

Crossrefs

Programs

  • PARI
    N=1;s=0;for(n=1,9e9,s+=A117943(n);n
    				

Extensions

a(25)-a(34) from Hiroaki Yamanouchi, Mar 10 2015