OFFSET
1,1
COMMENTS
3925955866996 is the start of eight consecutive even totient numbers. - Jud McCranie, Mar 25 2026
LINKS
Jud McCranie, Table of n, a(n) for n = 1..44
Wikipedia, Totient numbers.
EXAMPLE
100 is a term since the 7 even numbers 100, 102, ... 112 are all totient numbers.
PROG
(PARI) m = 7; v = vector(m); for(k=1, m, v[k] = istotient(2*k)); for(k = m+1, 1.5e7, if(Set(v) == [1], print1(2*(k-m), ", ")); v = concat(v[2..m], istotient(2*k)))
CROSSREFS
KEYWORD
nonn
AUTHOR
Amiram Eldar, Mar 05 2020
EXTENSIONS
a(9)-a(11) from Giovanni Resta, Mar 07 2020
a(12)-a(19) by Jud McCranie, Oct 28 2025
a(20)-a(22) by Jud McCranie, Mar 25 2026
STATUS
approved
