OFFSET
1,1
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
Eric Weisstein's World of Mathematics, Nontotient.
Wikipedia, Nontotient.
EXAMPLE
74 is a term since both 74 and 76 are nontotients.
PROG
(PARI) forstep(k=2, 100, 2, if(!istotient(k) && !istotient(k+2), print1(k, ", ")))
CROSSREFS
KEYWORD
nonn
AUTHOR
Amiram Eldar, Mar 07 2020
STATUS
approved