OFFSET
0,1
COMMENTS
Modified Collatz sequence beginning with 83 and using 3x-1 rather than 3x+1 for odd terms. - Harvey P. Dale, May 08 2012
REFERENCES
R. K. Guy, Unsolved Problems in Number Theory, E16.
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1).
MATHEMATICA
NestList[If[EvenQ[#], #/2, 3#-1]&, 83, 60] (* Harvey P. Dale, May 08 2012 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved
