OFFSET
2,1
COMMENTS
Length of the largest polydivisible number in base n.
LINKS
FORMULA
Conjecture 1: a(n) is finite for all n>1. Conjecture 2: a(n) ~ n*e.
a(n) = 1 + floor( log(A109032(n)) / log(n) ). - Max Alekseyev, Sep 19 2009
EXAMPLE
a(10)=25 because for 25-digit number 3608528850368400786036725, 3 is divisible by 1, 36 is divisible by 2, 360 is divisible by 3, ..., 3608528850368400786036725 is divisible by 25 and there is no 26-digit number with similar properties.
MAPLE
CROSSREFS
KEYWORD
base,more,nonn
AUTHOR
Alec Mihailovs (alec(AT)mihailovs.com), Aug 13 2005
EXTENSIONS
a(24)-a(32) from Karl W. Heuer, Jan 08 2015
STATUS
approved