Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
A273128
Continued logarithm expansion of Pi.
2
1, 0, 0, 1, 0, 0, 3, 0, 3, 0, 2, 0, 0, 2, 5, 0, 1, 2, 0, 1, 2, 4, 3, 0, 0, 1, 2, 0, 0, 1, 7, 3, 2, 3, 0, 1, 0, 0, 0, 0, 3, 2, 3, 1, 3, 2, 0, 0, 0, 0, 2, 2, 0, 0, 0, 1, 0, 1, 2, 1, 0, 3, 4, 0, 0, 0, 3, 0, 0, 0, 1, 1, 1, 2, 2, 0, 3, 0, 0, 1, 0, 2, 1, 3, 0, 0, 2, 0
OFFSET
1,7
LINKS
Jon Borwein, Neil Calkin, Scott Lindstrom, and Andrew Mattingly, Continued logarithms and associated continued fractions, preprint, 2016.
PROG
(PARI) default(realprecision, 10^5); p=Pi;
lista(nn) = {my(c); for(n=1, nn, print1(c=logint(p\1, 2), ", "); p=1/(p/2^c-1)); } \\ Jinyuan Wang, Feb 27 2020
CROSSREFS
Cf. A273127 (similar for e).
Sequence in context: A055240 A174559 A334040 * A183035 A115634 A010674
KEYWORD
nonn
AUTHOR
Jeffrey Shallit, May 16 2016
STATUS
approved