OFFSET
1,2
COMMENTS
Equivalently, for all exponents e in the factorization of n, floor(sqrt(e)) is even. [Charles R Greathouse IV, Oct 20 2011]
LINKS
StackExchange, Question 73354
PROG
(PARI) is(n)=my(f=factor(n)[, 2]); for(i=1, #f, if(sqrtint(f[i])%2, return(0))); 1 \\ Charles R Greathouse IV, Oct 20 2011
CROSSREFS
KEYWORD
nonn
AUTHOR
A. Neves, Oct 19 2011
STATUS
approved