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.

Showing 1-2 of 2 results.

A076157 Continued fraction expansion for c=sum_{k>=0} 1/2^(k!).

Original entry on oeis.org

1, 3, 1, 3, 4, 4095, 1, 3, 3, 1, 3, 4722366482869645213695, 1, 2, 1, 3, 3, 1, 4095, 4, 3, 1, 3, 3121748550315992231381597229793166305748598142664971150859156959625371738819765620120306103063491971159826931121406622895447975679288285306290175
Offset: 1

Views

Author

Benoit Cloitre, Nov 02 2002

Keywords

Comments

Observation: if b(k) denotes the sequence of all elements of the continued fraction for c, b(k) = 4095 if k==6 or 19 (mod 24); b(k) = 4722366482869645213695 if k==12 or 37 (mod 48); .... If b(k) is not congruent to 5 (mod 10), it seems that b(k) = 1,2,3 or 4 only.
Conjecture: a(3*2^n) = -1 + 2^[(n+1)((n+2)!) ]. - Ralf Stephan, May 17 2005
The conjecture follows from the theorem in Shallit's paper. The continued fraction has a "folded" overall structure. - Georg Fischer, Aug 29 2022

Crossrefs

Programs

  • PARI
    {allocatemem(220000000);
    default(realprecision, 1000000);
    contfrac(suminf(k=0, 1/(2^(k!))))}

Formula

c=1.2656250596046447753906250000000000007... = A076187.

Extensions

More terms from Ralf Stephan, May 17 2005
b-file, a-file, PARI program, and corrected conjecture by Rick L. Shepherd, Jun 07 2013

A076152 Let c = Sum_{k>=0} 1/2^(k!). Sequence gives values of terms not congruent to 5 in the continued fraction for c.

Original entry on oeis.org

1, 3, 1, 3, 4, 1, 3, 3, 1, 3, 1, 2, 1, 3, 3, 1, 4, 3, 1, 3, 1, 2, 1, 3, 4, 1, 3, 3, 1, 2, 1, 3, 1, 3, 3, 1, 4, 3, 1, 3, 1, 2, 1, 3, 4, 1, 3, 3, 1, 3, 1, 2, 1, 3, 3, 1, 4, 3, 1, 2, 1, 3, 1, 3, 4, 1, 3, 3, 1, 2, 1, 3, 1, 3, 3, 1, 4, 3, 1, 3, 1, 2, 1, 3, 4, 1, 3, 3, 1, 3, 1, 2, 1, 3, 3, 1, 4, 3, 1, 3, 1, 2, 1, 3, 4
Offset: 1

Views

Author

Benoit Cloitre, Nov 02 2002

Keywords

Comments

Appears to contain only 1,2,3 or 4; seems to be a pseudo-periodic sequence.

Examples

			The continued fraction for c is shown in A076157. "Big terms" are all congruent to 5.
		

Crossrefs

Showing 1-2 of 2 results.