A233590 Decimal expansion of the continued fraction c(1) +c(1)/(c(2) +c(2)/(c(3) +c(3)/(c(4) +c(4)/....))), where c(i)=2^(i-1).
1, 4, 0, 8, 6, 1, 5, 9, 7, 9, 7, 3, 5, 0, 0, 5, 2, 0, 5, 1, 3, 2, 3, 6, 2, 5, 9, 0, 2, 5, 5, 7, 9, 5, 2, 0, 9, 4, 8, 4, 5, 6, 3, 3, 7, 3, 6, 8, 6, 8, 8, 8, 3, 5, 3, 7, 0, 3, 9, 2, 7, 0, 2, 2, 3, 7, 9, 7, 5, 9, 9, 8
Offset: 1
Examples
1.408615979735005205132362590255795209484563373686888353703927022...
Links
- Stanislav Sykora, Table of n, a(n) for n = 1..20000 [a(1522) onward corrected by _Kevin Ryde_, Oct 26 2024]
- Stanislav Sykora, Blazys' Expansions and Continued Fractions, Stans Library, Vol.IV, 2013, DOI 10.3247/sl4math13.001
- Stanislav Sykora, PARI/GP scripts for Blazys expansions and fractions, OEIS Wiki
Crossrefs
Programs
-
Mathematica
RealDigits[ Fold[(#2 + #2/#1) &, 1, Reverse@ (2^Range[0, 27])], 10, 111][[1]] (* Robert G. Wilson v, May 22 2014 *)
-
PARI
See the link
Formula
Equals 1+1/(2+2/(4+4/(8+8/(16+16/(32+...))))).
Equals Product_{k>=0} ((1 - 2^(5*k + 2))*(1 - 2^(5*k + 3)))/((1 - 2^(5*k + 1))*(1 - 2^(5*k + 4))). - Antonio GraciĆ” Llorente, Mar 20 2024
Comments