OFFSET
1,2
COMMENTS
14 is the smallest even nontotient.
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
EXAMPLE
52 is a term since 52 = phi(53) = phi(106), but phi(n) = 14*52 = 728 has no solution.
172 is a term since 172 = phi(173) = phi(346), but phi(n) = 14*172 = 2408 has no solution.
PROG
(PARI) isA350321(n) = istotient(n) && !istotient(14*n)
CROSSREFS
KEYWORD
nonn
AUTHOR
Jianing Song, Dec 24 2021
STATUS
approved