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!)
A070796 Integers n such that the 'Reverse and Add!' trajectory of n joins the trajectory of 106. 3
106, 152, 179, 205, 251, 278, 304, 350, 377, 379, 403, 476, 478, 479, 502, 509, 575, 577, 578, 601, 608, 674, 676, 677, 700, 707, 773, 775, 776, 806, 872, 874, 875, 905, 971, 973, 974, 1019, 1054, 1060, 1082, 1093, 1109, 1144, 1150, 1172, 1183, 1199 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
The trajectory of 707 is part of the trajectory of 106; the trajectory of 775 joins the trajectory of 106 at 48884 after 5 steps.
MATHEMATICA
limit = 10^3; x = NestList[ # + IntegerReverse[#] &, 106, limit];
Select[Range[1199],
Intersection[NestList[ # + IntegerReverse[#] &, #, limit],
x] != {} &] (* Robert Price, Oct 20 2019 *)
CROSSREFS
Sequence in context: A158013 A250643 A163625 * A045093 A304978 A078776
KEYWORD
base,nonn
AUTHOR
Klaus Brockhaus, May 07 2002
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 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)