login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A118153 Start with 1 and repeatedly reverse the digits and add 57 to get the next term. 0

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

%S 1,58,142,298,949,1006,6058,8563,3715,5230,382,340,100,58,142,298,949,

%T 1006,6058,8563,3715,5230,382,340,100,58,142,298,949,1006,6058,8563,

%U 3715,5230,382,340,100,58,142,298,949,1006,6058,8563,3715,5230,382,340

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

%C After 1 step enters a cycle of 12.

%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[#]]]+57&,1,50] (* _Harvey P. Dale_, Feb 23 2012 *)

%Y Cf. A117828, A117816, A117817.

%K base,nonn,less

%O 1,2

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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 1 03:33 EDT 2024. Contains 375575 sequences. (Running on oeis4.)