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

%I #9 Jun 04 2022 21:35:29

%S 1,66,131,196,756,722,292,357,818,883,453,419,979,1044,4466,6709,9141,

%T 1484,4906,6159,9581,1924,4356,6599,10021,12066,66086,68131,13251,

%U 15296,69316,61461,16481,18526,62646,64691,19711,11856,65876,67921,13041

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

%C After 1575 steps enters a cycle of 36.

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

%t NestList[65+IntegerReverse[#]&,1,50] (* _Harvey P. Dale_, Jul 31 2021 *)

%Y Cf. A117828, A117816, A117817.

%K base,nonn,less

%O 1,2

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