A327555 Decimal expansion of number with continued fraction expansion [1; 2, 1, 4, 1, 6, 1, 8, 1, 10, 1, ...].
1, 3, 5, 3, 3, 8, 9, 2, 3, 4, 1, 1, 7, 6, 7, 5, 8, 4, 1, 9, 3, 5, 7, 0, 8, 9, 0, 5, 7, 6, 0, 4, 8, 7, 2, 7, 2, 2, 0, 0, 5, 0, 7, 5, 8, 4, 3, 3, 1, 5, 8, 4, 3, 6, 9, 4, 1, 2, 5, 2, 5, 4, 5, 6, 6, 1, 2, 2, 3, 8, 4, 2, 2, 7, 4, 1, 8, 0
Offset: 1
Examples
1.353389234117675841935...
Programs
-
Mathematica
N[FromContinuedFraction[Flatten[Table[{1, 2*k}, {k, 1, 100}]]], 100] (* Vaclav Kotesovec, Nov 08 2019 *)
Comments