OFFSET
1,1
EXAMPLE
278 is in the sequence because 278^2 = 77284, the smallest decimal digit of which is 2.
PROG
(PARI) select(k->vecmin(digits(k^2))==2, vector(1000, k, k))
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Colin Barker, Aug 28 2017
STATUS
approved