login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A087392
a(1) = 1, a(n) = smallest multiple of n beginning with the digit reversal of a(n-1).
0
1, 10, 12, 212, 2120, 2124, 42126, 621240, 421263, 3621240, 4212637, 73621248, 842126376, 67362124802, 2084212637610, 16736212480208, 802084212637617, 7167362124802086, 680208421263761709, 9071673621248020860
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
Sequence in context: A078217 A359356 A178639 * A255534 A262422 A248336
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Sep 09 2003
EXTENSIONS
More terms from Sam Alexander, Nov 15 2003
STATUS
approved