The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A070792 Integers n such that the 'Reverse and Add!' trajectory of n joins the trajectory of 7. 2
7, 14, 19, 23, 28, 29, 32, 37, 38, 41, 46, 47, 49, 50, 55, 56, 58, 64, 65, 67, 73, 74, 76, 82, 83, 85, 89, 91, 92, 94, 98, 110, 121, 136, 143, 187, 220, 235, 242, 286, 334, 341, 385, 433, 440, 484, 532, 569, 583, 631, 668, 682, 719, 730, 767, 781, 818, 866, 869 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
The trajectory of 14 is part of the trajectory of 7; the trajectory of 235 joins the trajectory of 7 at 8872688 after 13 steps.
MATHEMATICA
limit = 10^3; x = NestList[ # + IntegerReverse[#] &, 7, limit];
Select[Range[869],
Intersection[NestList[ # + IntegerReverse[#] &, #, limit],
x] != {} &] (* Robert Price, Oct 20 2019 *)
CROSSREFS
Sequence in context: A102041 A232488 A351063 * A178893 A340162 A006507
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 June 8 00:08 EDT 2024. Contains 373206 sequences. (Running on oeis4.)