A085395
Denominators of convergents to the Thue-Morse constant 0.41245403364...
Original entry on oeis.org
1, 2, 5, 12, 17, 80, 257, 1365, 2987, 4352, 20395, 45142, 65537, 372827, 16469925, 16842752, 83840933, 100683685, 285208303, 1241516897, 1526725200, 2768242097, 4294967297, 24243078582, 343698067445, 367941146027, 18740755368795
Offset: 1
[2, 2, 2, 1, 4] = 33/80 = 0.4125.
-
mt = 0; Do[ mt = ToString[mt] <> ToString[(10^(2^n) - 1)/9 - ToExpression[mt]], {n, 0, 7}]; d = RealDigits[ N[ ToExpression[mt], 2^7]][[1]]; a = 0; Do[ a = a + N[ d[[n]]/2^(n + 1), 100], {n, 1, 2^7}]; f[n_] := FromContinuedFraction[ ContinuedFraction[a, n]]; Table[ Denominator[f[n]], {n, 1, 28}]
A162634
Numerators of fractions with denominators A000215(n) approximating the Thue-Morse constant.
Original entry on oeis.org
1, 2, 7, 106, 27031, 1771476586, 7608434000728254871, 140350834813144189858090274002849666666, 47758914269546354982683078068829456704164423862093743397580034411621752859031
Offset: 0
-
a(n)=if(n<=1, [1,2][n+1], 1+(2^(2^(n-1))-1)*a(n-1)); /* Joerg Arndt, Mar 11 2013 */
A085396
Numerator and denominator sums of convergents to the Thue-Morse constant, 0.412454033...
Original entry on oeis.org
1, 3, 7, 17, 24, 113, 363, 1928, 4219, 6147, 28807, 63761, 92568, 526601, 23263012, 23789613, 118421464, 142211077, 402843618, 1753585549, 2156429167, 3910014716, 6066443883, 34242234131, 485457721717, 519699955848
Offset: 1
Convergents to the Thue-Morse constant 0.4124540336... are derived from continued fraction form shown in A014572, starting with A014572(1) = 2; then 0.412454... = [2, 2, 2, 1, 4, 3, 5, 2, 1, ...] (A014572). Example [2] = 1/2, [2,2] = 2/5, [2,2,2] = 5/12 and so on.
-
mt = 0; Do[ mt = ToString[mt] <> ToString[(10^(2^n) - 1)/9 - ToExpression[mt]], {n, 0, 7}];
d = RealDigits[ N[ ToExpression[mt], 2^7]][[1]];
a = 0; Do[ a = a + N[ d[[n]]/2^(n + 1), 100], {n, 1, 2^7}];
f[n_] := FromContinuedFraction[ ContinuedFraction[a, n]];
Table[ Numerator[ f[n]] + Denominator[ f[n]], {n, 2, 27}]
A162647
Numerators associated with denominators A000215(n) approximating the complementary Thue-Morse constant.
Original entry on oeis.org
2, 3, 10, 151, 38506, 2523490711, 10838310072981296746, 199931532107794273605284333428918544791, 68033174967769840440887906939858451149105560803546820641877549596291376780906
Offset: 0
Showing 1-4 of 4 results.
Comments