97180domain: NAppears in sequencesLargest multiple of n that can be formed by using the digits of the next n numbers, or 0 if no such number exists.at n=3A076072a(n) = floor(1/(n-1) * Sum_{k=1..n-1} a(k)^(n/k)), given a(0)=1, a(1)=2, a(2)=6.at n=14A079118