OFFSET
1,3
COMMENTS
If n is here then also 10*n is. But not vice versa: if the term n is multiple of 10 then not necessarily n/10 is the term; e.g., 129738560, 172836950, 175438290 are terms but 12973856, 17283695, 17543829 not.
LINKS
Lars Blomberg, Table of n, a(n) for n = 1..10000
PROG
(PARI) isok(n) = s1 = Set(digits(n)); (s1 == Set(digits(n^2))) && (s1 == Set(digits(n^3))) && (s1 == Set(digits(n^4))); \\ Michel Marcus, Oct 15 2013
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Zak Seidov, Nov 18 2009
STATUS
approved