A226617 Smallest positive integer k (or 0 if no such k) with a primitive cycle of positive integers, n of which are odd including 1, under iteration by the Collatz-like 3x+k function.
1, 11, 43, 55, 643, 97, 673, 41, 1843, 329, 59, 113, 5603, 289, 6505, 77, 407, 127, 499, 79, 865, 749
Offset: 1
Keywords
Examples
The cycle associated with a(1)=1 is {1,2}, with a(2)=11 is {1,7,16,8,4,2}, and with a(3)=43 is {1,23,56,28,14,7,32,16,8,4,2}.
Comments