|
| |
|
|
A113028
|
|
a(n) is the largest integer whose base n digits are all different that is divisible by each of its individual digits.
|
|
1
| |
|
|
1, 2, 54, 108, 152, 16200, 2042460, 4416720, 9867312, 2334364200, 421877610, 1779700673520
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 2,2
|
|
|
COMMENTS
| Note that this definition precludes the digit 0 appearing anywhere in the base n representation of the number.
|
|
|
REFERENCES
| "Enigma 1343: Digital Dividend", New Scientist, Jun 04 2005, p. 28.
|
|
|
EXAMPLE
| a(2) = 1 trivially because that is the only number in base 2 that does not contain 0.
a(4) = 54 because in base 4, 54 is 312_4. There is only one number containing different digits and no zeros higher than that, namely 321_4, but 321_4 is not divisible by 2.
|
|
|
CROSSREFS
| Sequence in context: A087865 A083471 A078691 * A200195 A202739 A055024
Adjacent sequences: A113025 A113026 A113027 * A113029 A113030 A113031
|
|
|
KEYWORD
| nonn,more
|
|
|
AUTHOR
| Peter M. Boothe (peter(AT)cs.uoregon.edu), Jan 03 2006
|
|
|
EXTENSIONS
| 3 more terms from Francis Carr (fcarr(AT)alum.mit.edu), Feb 08 2006
|
| |
|
|