login

Revision History for A122165

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
Continued fraction expansion of constant x = Sum_{n>=0} 1/5^(2^n).
(history; published version)
#5 by Russ Cox at Fri Mar 30 18:36:59 EDT 2012
AUTHOR

_Paul D. Hanna (pauldhanna(AT)juno.com), _, Aug 22 2006

Discussion
Fri Mar 30
18:36
OEIS Server: https://oeis.org/edit/global/213
#4 by N. J. A. Sloane at Fri Feb 27 03:00:00 EST 2009
COMMENTS

Consists entirely of 3's, 5's, and 7's, after an initial partial quotient of 4. These partial quotients are aperiodic.

KEYWORD

cofr,nonn,new

#3 by N. J. A. Sloane at Fri Jan 09 03:00:00 EST 2009
EXAMPLE

Decimal expansion (A122164A078886) consists of large gaps of zeros between strings of digits that form powers of 2; this can be seen by grouping the digits as follows:

CROSSREFS
KEYWORD

cofr,nonn,new

#2 by N. J. A. Sloane at Sat Nov 10 03:00:00 EST 2007
KEYWORD

cofr,nonn,new

AUTHOR

Paul D . Hanna (pauldhanna(AT)juno.com), Aug 22 2006

#1 by N. J. A. Sloane at Fri Sep 29 03:00:00 EDT 2006
NAME

Continued fraction expansion of constant x = Sum_{n>=0} 1/5^(2^n).

DATA

0, 4, 7, 5, 5, 3, 5, 7, 5, 3, 7, 5, 3, 5, 5, 7, 5, 3, 7, 5, 5, 3, 5, 7, 3, 5, 7, 5, 3, 5, 5, 7, 5, 3, 7, 5, 5, 3, 5, 7, 5, 3, 7, 5, 3, 5, 5, 7, 3, 5, 7, 5, 5, 3, 5, 7, 3, 5, 7, 5, 3, 5, 5, 7, 5, 3, 7, 5, 5, 3, 5, 7, 5, 3, 7, 5, 3, 5, 5, 7, 5, 3, 7, 5, 5, 3, 5, 7, 3, 5, 7, 5, 3, 5, 5, 7, 3, 5, 7, 5, 5, 3, 5, 7, 5

OFFSET

0,2

COMMENTS

Consists entirely of 3's, 5's, and 7's, after an initial partial quotient of 4. These partial quotients are aperiodic.

EXAMPLE

x=[0;4,7,5,5,3,5,7,5,3,7,5,3,5,5,7,5,3,7,5,5,3,5,7,3,5,7,5,3,5,5,7,5,...].

x=0.2416025600065536000000429496729600000000000018446744073709551616000...

Decimal expansion (A122164) consists of large gaps of zeros between strings of digits that form powers of 2; this can be seen by grouping the digits as follows:

x = .2 4 16 0 256 000 65536 000000 4294967296 000000000000 ...

and then recognizing the substrings as powers of 2:

2 = 2^(2^0), 4 = 2^(2^1), 16 = 2^(2^2), 65536 = 2^(2^4),

4294967296 = 2^(2^5), 18446744073709551616 = 2^(2^6), ...

PROG

(PARI) {a(n)=local(x=sum(k=0, ceil(3+log(n+1)), 1/5^(2^k))); contfrac(x)[n+1]}

CROSSREFS

Cf. A122164.

KEYWORD

cofr,nonn

AUTHOR

Paul D Hanna (pauldhanna(AT)juno.com), Aug 22 2006

STATUS

approved