OFFSET
1,1
COMMENTS
Subset of A285550.
LINKS
Giovanni Resta, Table of n, a(n) for n = 1..501 (terms < 10^16)
EXAMPLE
701^2 = 491401 that contains all the square digits {0, 1, 4, 9} only. Hence, 701 is a term.
10243^2 = 104919049 that contains all of the square digits {0, 1, 4, 9} only. Hence, 10243 is a term.
997 is not a term because 997^2 = 994009 does not contain the digit '1'.
MATHEMATICA
Select[Prime[Range[20000000]], Union[IntegerDigits[#^2]] == {0, 1, 4, 9} &]
CROSSREFS
KEYWORD
nonn,base
AUTHOR
K. D. Bajpai, Jul 17 2018
STATUS
approved