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!)
A120218 Start with 100103 and repeatedly reverse the digits and add 2 to get the next term. 6
100103, 301003, 300105, 501005, 500107, 701007, 700109, 901009, 900111, 111011, 110113, 311013, 310115, 511015, 510117, 711017, 710119, 911019, 910121, 121021, 120123, 321023, 320125, 521025, 520127, 721027, 720129, 921029, 920131, 131031 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Let T(S,Q) be the sequence obtained by starting with S and repeatedly reversing the digits and adding Q to get the next term. This is T(100103,2). 100103 is the first S for which T(S,2) reaches a cycle of length 900. The cycle is simply the first 900 terms, which then repeat. A full period is given in the table.
LINKS
N. J. A. Sloane and others, Sequences of RADD type, OEIS wiki.
MATHEMATICA
NestList[FromDigits[Reverse[IntegerDigits[#]]]+2&, 100103, 30] (* Harvey P. Dale, Aug 14 2012 *)
CROSSREFS
Sequence in context: A182092 A249855 A120217 * A365375 A235901 A251171
KEYWORD
nonn,base
AUTHOR
Klaus Brockhaus, Jun 11 2006
STATUS
approved

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 April 19 07:11 EDT 2024. Contains 371782 sequences. (Running on oeis4.)