OFFSET
1
COMMENTS
A necessary condition for a(n) = 1 is that at least one of the prime factors of n is of the form 4*m + 3 (A002145). - David A. Corneth, May 04 2022
LINKS
PROG
(PARI) A353677(n) = if(!(n%2)||(2!=omega(n)), 0, my(f=factor(n)); (2==gcd(eulerphi(f[1, 1]^f[1, 2]), eulerphi(f[2, 1]^f[2, 2]))));
CROSSREFS
KEYWORD
nonn
AUTHOR
Antti Karttunen, May 03 2022
STATUS
approved