OFFSET
1,5
COMMENTS
At least for n<10000, the only possible cycles reached include 1,2,1,..., 5,14,7,20,10,5,... and 17,50,25,74,37,110,55,164,82,41,122,61,182,91,272,136,68,34,17,... For n<5 only the first occurs, while for n<17 only the first two occur.
FORMULA
a(2n) = a(n)
EXAMPLE
a(9)=5 since iteration starts: 9, 26, 13, 38, 19, 56, 28, 14, 7, 20, 10, 5, 14, 7, 20, 10, 5, ... and 5 is the smallest value
CROSSREFS
KEYWORD
nonn
AUTHOR
Henry Bottomley, Jul 18 2000
EXTENSIONS
Edited by Bryce Herdt (mathidentity(AT)yahoo.com), Apr 18 2010
STATUS
approved