cp's OEIS Frontend

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.

A292634 Numbers n such that 4 iterations of 'Reverse and Subtract' lead to n, whereas fewer than 4 iterations do not lead to n.

Original entry on oeis.org

169140971830859028, 312535222687464777, 464929563535070436, 651817066348182933
Offset: 1

Views

Author

Keywords

Comments

There are 4 eighteen-digit terms in the sequence. Terms of derived sequences can be obtained either by inserting at the center of their digits any number of 9's or by concatenating a term any number of times with itself and inserting an equal number of 0's at all junctures.

Examples

			|169140971830859028 - 820958038179041961| = 651817066348182933
|651817066348182933 - 339281843660718156| = 312535222687464777
|312535222687464777 - 777464786222535213| = 464929563535070436
|464929563535070436 - 634070535365929464| = 169140971830859028
		

Crossrefs

Formula

n = f^4(n), n <> f^k(n) for k < 4, where f: x -> |x - reverse(x)|.

Extensions

Terms ordered by Ray Chandler, Sep 27 2017