login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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

%I #7 May 26 2014 23:48:47

%S 1,74,120,94,122,294,565,638,909,982,362,336,706,680,159,1024,4274,

%T 4797,8047,7481,1920,364,536,708,880,161,234,505,578,948,922,302,276,

%U 745,620,99,172,344,516,688,959,1032,2374,4805,5157,7588,8930,471,247,815,591

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

%C After 21 steps enters a cycle of 45.

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

%t NestList[FromDigits[Reverse[IntegerDigits[#]]]+73&,1,60] (* _Harvey P. Dale_, Oct 22 2011 *)

%Y Cf. A117828, A117816, A117817.

%K base,nonn,less

%O 1,2

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