OFFSET
1,1
COMMENTS
In reversing a number, leading zeros are erased. Palindromes in base 10 leave 0 as remainder.
This is the lexicographically earliest sequence of distinct positive terms with this property.
LINKS
Carole Dubois, Table of n, a(n) for n = 1..4999
EXAMPLE
a(1) = 25, which reversed is 52; 52/25 leaves a remainder 2;
a(2) = 13, which reversed is 31; 31/13 leaves a remainder 5;
a(3) = 14, which reversed is 41; 41/14 leaves a remainder 13;
a(4) = 247, which reversed is 742; 742/247 leaves a remainder 1;
a(5) = 250, which reversed is 52 (leading zeros are erased); 250/52 leaves a remainder 42;
a(6) = 149, which reversed is 941; 941/149 leaves a remainder 47;
a(7) = 52, which reversed is 25; 52/25 leaves a remainder 2; etc.
The successive remainders (concatenated) reproduce the (concatenated) terms of the sequence.
CROSSREFS
KEYWORD
AUTHOR
Eric Angelini and Carole Dubois, Feb 28 2021
STATUS
approved