OFFSET
1,2
COMMENTS
A cycle is called primitive if its elements are not a common multiple of the elements of another cycle.
The 3x+k function T_k is defined by T_k(x) = x/2 if x is even, (3x+k)/2 if x is odd, where k is odd.
For primitive cycles, GCD(k,6)=1.
Conjecture: a(n)>0 for all n.
EXAMPLE
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}.
CROSSREFS
KEYWORD
nonn
AUTHOR
Geoffrey H. Morley, Jul 03 2013
STATUS
approved