login

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

A328292
a(n) is the greatest nonnegative multiple of n with distinct decimal digits.
2
9876543210, 9876543210, 9876543210, 9876543120, 9876543210, 9876543210, 9876543201, 9876543120, 9876543210, 9876543210, 9876524130, 9876543120, 9876542130, 9876543012, 9876543210, 9876543120, 9876543210, 9876543210, 9876543102, 9876543120, 9876543201
OFFSET
1,1
FORMULA
a(n) = n * A328291(n).
a(n) <= 9876543210 for any n > 0.
a(n) = 0 for any n > 9876543210.
PROG
(PARI) See Links section.
CROSSREFS
Sequence in context: A204058 A328291 A370667 * A154532 A157745 A159473
KEYWORD
nonn,base
AUTHOR
Rémy Sigrist, Oct 11 2019
STATUS
approved