A346191 Decimal expansion of Sum_{k>=0} 1/(2^(2^(2*k)) - 1).
1, 1, 2, 5, 0, 3, 0, 5, 1, 7, 5, 7, 8, 1, 2, 5, 0, 0, 0, 1, 0, 8, 4, 2, 0, 2, 1, 7, 2, 4, 8, 5, 5, 0, 4, 4, 3, 4, 0, 0, 7, 4, 5, 2, 8, 0, 0, 8, 6, 9, 9, 4, 1, 7, 1, 1, 4, 2, 5, 7, 8, 1, 2, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 7, 2, 7, 2, 3, 3, 7, 1, 1, 0, 1, 8, 8, 8, 8, 9, 2, 5, 0, 7, 7, 2
Offset: 1
Examples
1.12503051757812500010842021724855044340074528008699...
Links
- Wolfgang Schwarz, Remarks on the irrationality and transcendence of certain series, Mathematica Scandinavica, Vol. 20, No. 2 (1967), pp. 269-274; alternative link.
- Index entries for transcendental numbers
Programs
-
Mathematica
RealDigits[Sum[1/(2^(2^(2*n) - 1)), {n, 0, 10}], 10, 100][[1]]
Comments