OFFSET
1,4
COMMENTS
a(n) is the smallest n-digit number of the form p^10 (p = prime), a(n) = 0 if no such number exists.
PROG
(PARI) a(n)=(10^n>n=nextprime(sqrtn(10^(n-1), 10))^10)*n \\ M. F. Hasler, Nov 27 2010
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Jaroslav Krizek, Nov 27 2010
STATUS
approved