OFFSET
1,1
EXAMPLE
7 is in the sequence because 7^4 = 2401, the smallest decimal digit of which is 0.
PROG
(PARI) select(k->vecmin(digits(k^4))==0, vector(500, k, k))
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Colin Barker, Aug 29 2017
STATUS
approved