OFFSET
1,2
COMMENTS
Numbers n such that n^6 is in A130687.
EXAMPLE
a(2) = 6, because 6^6 = 46656, and (4!+6!+6!+5!+6!)^(1/2) = 48 is an integer.
MAPLE
PROG
(PARI) for(n=1, 10^5, m=n^6; s=0; while(m, s+=(m%10)!; m\=10); if(issquare(s), print1(n", ")))
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Yalcin Aktar, Jun 30 2007
EXTENSIONS
Edited by R. J. Mathar and Martin Fuller, Jul 13 2007
STATUS
approved