OFFSET
1,2
FORMULA
a(n) = n*ceiling((1/n)*reverse(a(n-1))*10^f(n)) where f(n) starts out practically always 1 or 2 and reaches higher values extremely slowly. - Sam Alexander, Nov 15 2003
EXAMPLE
a(6) = 2124; a(7) = 42126, which begins with the digit reversal of 2124.
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Sep 09 2003
EXTENSIONS
More terms from Sam Alexander, Nov 15 2003
STATUS
approved