This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A070794 #10 Oct 21 2019 02:35:18 %S A070794 100,101,103,107,188,193,200,202,206,287,292,299,301,305,386,391,398, %T A070794 400,404,485,490,497,503,584,596,602,683,695,701,709,782,794,800,808, %U A070794 881,893,907,980,992,1034,1069,1076,1124,1159,1166,1214,1249,1256,1291 %N A070794 Integers n such that the 'Reverse and Add!' trajectory of n joins the trajectory of 100. %H A070794 <a href="/index/Res#RAA">Index entries for sequences related to Reverse and Add!</a> %e A070794 The trajectory of 101 is part of the trajectory of 100; the trajectory of 485 joins the trajectory of 100 at 61105 after 5 steps. %t A070794 limit = 10^3; x = NestList[ # + IntegerReverse[#] &, 100, limit]; %t A070794 Select[Range[1291], %t A070794 Intersection[NestList[ # + IntegerReverse[#] &, #, limit], %t A070794 x] != {} &] (* _Robert Price_, Oct 20 2019 *) %Y A070794 Cf. A070788 - A070793, A070795 - A070798, A063049. %K A070794 base,nonn %O A070794 1,1 %A A070794 _Klaus Brockhaus_, May 07 2002