A292635 Numbers n such that 5 applications of "Reverse and Subtract" lead to n, whereas fewer than 5 applications do not lead to n.
10591266563195008940873343680499, 27547681086656717245231891334328, 54795638726597554520436127340244, 68723845538328853127615446167114, 88817367774609971118263222539002
Offset: 1
Examples
10591266563195008940873343680499 -> 88817367774609971118263222539002 -> 68723845538328853127615446167114 -> 27547681086656717245231891334328 -> 54795638726597554520436127340244 -> 10591266563195008940873343680499
Links
- J. H. E. Cohn, Palindromic differences, Fibonacci Quart. 28 (1990), no. 2, 113-120.
Crossrefs
Formula
n = f^5(n), n <> f^k(n) for k < 5, where f: x -> |x - reverse(x)|.
Extensions
Terms ordered by Ray Chandler, Sep 27 2017
Comments