A072141 Numbers n such that two applications of 'Reverse and Subtract' lead to n, whereas one application does not lead to n.
2178, 6534, 21978, 65934, 219978, 659934, 2199978, 6599934, 21782178, 21999978, 65346534, 65999934, 217802178, 219999978, 653406534, 659999934, 2178002178, 2197821978, 2199999978, 6534006534, 6593465934, 6599999934
Offset: 1
Examples
6534 -> |6534 - 4356| = 2178 -> |2178 - 8712| = 6534.
Links
- Ray Chandler, Table of n, a(n) for n = 1..10000
- Michael P. Greaney, 1012 and other such numbers, +plus magazine, August 30, 2017.
Formula
n = f(f(n)), n <> f(n), where f: x -> |x - reverse(x)|.
Extensions
More terms from Ray Chandler, Oct 09 2017
Comments