A363360 Decimal expansion of real number [0,1,1,0,...] formed by taking the Thue-Morse sequence (A010060) as partial quotients of a continued fraction.
7, 2, 1, 1, 1, 0, 5, 2, 5, 4, 1, 4, 2, 6, 0, 6, 8, 4, 9, 8, 0, 4, 9, 0, 2, 5, 3, 1, 1, 1, 2, 5, 6, 3, 3, 7, 0, 4, 8, 3, 9, 4, 0, 5, 7, 2, 1, 7, 6, 2, 4, 7, 4, 7, 4, 7, 1, 9, 1, 0, 1, 0, 1, 0, 1, 0, 4, 9, 5, 8, 3, 3, 7, 7, 8, 7, 7, 9, 6, 1, 9, 3, 1, 0, 9
Offset: 0
Examples
0.72111052541426068498049...
Programs
-
Mathematica
First[RealDigits[FromContinuedFraction[ThueMorse[Range[0, 550]]], 10, 100]] (* Paolo Xausa, Apr 04 2024 *)
Comments