OFFSET
1,2
COMMENTS
If n is a prime with more than one digit, a(n) = 0. - Alonso del Arte, Dec 20 2015
More generally, if prime p >= 11 divides n then a(n) = 0, if 7^2 | n or 5^2 | n or 3^3 | n or 2^4 | n, then a(n) = 0. Consequently, a(n) = 0 for all n > 2520. This arises naturally by noting lcm{1,2,...,9} = 2520. - Sean A. Irvine, May 15 2024
LINKS
Sean A. Irvine, Table of n, a(n) for n = 1..2520 (includes all nonzero terms)
EXAMPLE
a(20) = 45 because lcm(4, 5) = 20. If one solution exists, then an infinite number of solutions exist. For n = 20, e.g., 455, 445555555, 545544 etc. are also solutions.
MATHEMATICA
CROSSREFS
KEYWORD
easy,nonn,base
AUTHOR
Labos Elemer, Apr 02 2002
STATUS
approved