OFFSET
1,2
LINKS
Giovanni Resta, Table of n, a(n) for n = 1..10000
EXAMPLE
13^2 = 169 contains a 6 and a 9, so 13 does not belong to the sequence.
MATHEMATICA
Select[Range[5000], ContainsAll[{1, 2, 3, 5, 7}, IntegerDigits[#^2]]&] (* Giorgos Kalogeropoulos, Jul 30 2021 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
STATUS
approved