A292859 Numbers k such that 10 applications of 'Reverse and Subtract' lead to k, whereas fewer than 10 applications do not lead to k.
101451293600894707746789, 105292253210898548706399, 245973964471725640521348, 274359478651754026035528, 551171141805402848917944, 597151082055448828858194
Offset: 1
Examples
105292253210898548706399 -> 888315592687113803586102 -> 686630284375327508072214 -> 274359478651754026035528 -> 551171141805402848917944 -> 101451293600894707746789 -> 886196413897111684407312 -> 672491927785313369715624 -> 245973964471725640521348 -> 597151082055448828858194 -> 105292253210898548706399
Links
- Ray Chandler, Table of n, a(n) for n = 1..10
- J. H. E. Cohn, Palindromic differences, Fibonacci Quart. 28 (1990), no. 2, 113-120.
Crossrefs
Formula
n = f^10(n), n <> f^k(n) for k < 10, where f: x -> |x - reverse(x)|.
Extensions
Terms ordered by Ray Chandler, Sep 27 2017
Comments