login
Start with 1 and repeatedly reverse the digits and add 64 to get the next term.
0

%I #12 Mar 31 2023 13:57:00

%S 1,65,120,85,122,285,646,710,81,82,92,93,103,365,627,790,161,225,586,

%T 749,1011,1165,5675,5829,9349,9503,3123,3277,7787,7941,1561,1715,5235,

%U 5389,9899,10053,35065,56117,71229,92281,18293,39345,54457,75509,90621

%N Start with 1 and repeatedly reverse the digits and add 64 to get the next term.

%C After 809 steps enters a cycle of 108.

%H N. J. A. Sloane and others, <a href="/wiki/Sequences_of_RADD_type">Sequences of RADD type</a>, OEIS wiki.

%t NestList[IntegerReverse[#]+64&,1,50] (* _Harvey P. Dale_, Mar 31 2023 *)

%Y Cf. A117828, A117816, A117817.

%K base,nonn,less,easy

%O 1,2

%A Luc Stevens (lms022(AT)yahoo.com), May 14 2006

%E a(31) corrected by _Georg Fischer_, Jul 17 2020