cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-2 of 2 results.

A385706 Numerator of h(n) which is the minimum among the maxima of period n cycles of T(x) = 1 - 2 * |x-1/2|.

Original entry on oeis.org

0, 4, 6, 14, 26, 52, 106, 212, 426, 844, 1706, 1126, 6826, 13516, 27306, 54062, 109226, 216268, 436906, 288326, 1747626, 3460300, 6990506, 307548, 27962026
Offset: 1

Views

Author

Orazio G. Cherubini, Jul 07 2025

Keywords

Comments

The fixed points of T^n are always rational of the form 2k/(2^n+-1) so the number of period n cycles is finite, and h(n) has this form.
A truncated map can be formed T_h(x)=min(h,T(x)) and h(n) is the smallest h for which this map still has a period n cycle (falling between T_0 having only the fixed point 0, and T_1 which is all of T).

Examples

			For n=3: the cycles of period 3 in T are {2/7,4/7,6/7} and {2/9,4/9,8/9} with maxima 6/7 and 8/9. The minimum between those last numbers is 6/7 so a(3)=6.
For n=4: the cycles of period 4 in T are {2/15,4/15,8/15,14/15}, {2/17,4/17,8/17,16/17} and {6/17,12/17,10/17,14/17} with maxima 14/15,16/17,14/17. The minimum between those last numbers is 14/17 so a(4)=14.
		

Crossrefs

Cf. A386237 (denominators), A385708 (binary expansion).

Formula

a(2^n) = 2*A162634(n) for n>1 (empirical observation).
a(2n+1) = A020989(n) for n>1 (empirical observation).

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

Views

Author

Vladimir Shevelev, Jul 08 2009, Jul 14 2009

Keywords

Comments

If in the sequence of numbers N for which A010060(N+2^n)=1-A010060(N) the odious (evil) terms are
replaced by 1's (0's), we obtain a 2^(n+1)-periodic binary sequence. These are the post-period
binary (base-2) digits of the complementary Thue-Morse constant 1-A014571 = 0.58754596635989240221663...,
which has a continued fraction and convergents 3/5, 7/12, 10/17, 47/80, 151/257, 801/1365,...
The a(n) are numerators of the convergents selected with denominators taken from A000215.

Crossrefs

Formula

a(n)=A000215(n)-A162634(n). For n>=1, a(n+1)=1+(2^(2^n)-1)*a(n) = 1+A051179(n)*a(n).

Extensions

Edited by R. J. Mathar, Sep 23 2009
Showing 1-2 of 2 results.