OFFSET
1,1
COMMENTS
Corresponding values of p^2 - 1 are 3, 29928, 100488, 259080, 502680, 597528, 619368, 896808, 1708248, ...
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
EXAMPLE
Prime number 173 is a term because 173^2 - 1 = 29928 is not a totient number.
PROG
(PARI) is(n) = isprime(n) && !istotient(n^2-1);
CROSSREFS
KEYWORD
nonn
AUTHOR
Altug Alkan, Feb 03 2017
STATUS
approved