A386237 Denominators of h(n) which is the minimum among the maxima of period n cycles of T(x) = 1 - 2 * |x-1/2|.
1, 5, 7, 17, 31, 63, 127, 257, 511, 1023, 2047, 1365, 8191, 16383, 32767, 65537, 131071, 262143, 524287, 349525, 2097151, 4194303, 8388607, 372827, 33554431
Offset: 1
Examples
For n=3: the three cycles of 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)=7. For n=4: the four cycles of 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)=17.
Links
- Keith Burns and Boris Hasselblatt, The Sharkovsky Theorem: A Natural Direct Proof, The American Mathematical Monthly, Vol. 118, No. 3 (2011), pp. 229-244; alternative link.
- Orazio G. Cherubini, a386237
Comments