Largest multiple of n which can be formed as concatenation of the next n numbers, {1+n(n-1)/2,...,n(n+1)/2} (written in decimal), or 0 if no such number exists.
A192392
Largest multiple of n which can be formed as concatenation of the next n numbers, {1+n(n-1)/2,...,n(n+1)/2} (written in decimal), or 0 if no such number exists.
Terms
- a(0) =1a(1) =32a(2) =654a(3) =97108a(4) =1413121115a(5) =212019181716
External references
- oeis: A192392