login
a(n) is the largest number such that all of a(n)'s length-n substrings are distinct and divisible by 62.
0

%I #5 Mar 30 2012 18:39:53

%S 0,62,80620,7006200,99944888,11011222022444044888088,9999980,

%T 9999050022220800,888800008444400004222200002,77770000704444000040

%N a(n) is the largest number such that all of a(n)'s length-n substrings are distinct and divisible by 62.

%H Hans Havermann, <a href="/A093211/a093211.txt">Table of A093211-A093299</a>

%e a(3) is 80620 because its length-3 substrings (806, 062, 620) are all distinct and divisible by 62 and there is no larger number with this property

%Y Cf. A093211, A093212, ..., A093299.

%K base,nonn

%O 1,2

%A _Hans Havermann_, Mar 29 2004