A076157 Continued fraction expansion for c=sum_{k>=0} 1/2^(k!).
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
Links
- Rick L. Shepherd, Table of n, a(n) for n = 1..47
- Jeffrey O. Shallit, Simple Continued Fractions for Some Irrational Numbers II, J. Number Theory 14 (1982), 228-231.
- Rick L. Shepherd, Table of n, a(n) for n = 1..383 (has larger terms than b-files support)
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
Comments