A363371 a(n) is the least prime p for which (p-1)*phi(p^n) is a nontotient, where phi is the Euler totient function (A000010).
23, 11, 23, 11, 23, 11, 47, 11, 11, 23, 47, 23, 23, 23, 47, 47, 103, 103, 103, 103, 103, 103, 167, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 179, 103, 103, 103, 103, 103, 103, 103, 103, 127, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 127, 127, 103, 127, 127, 127
Offset: 1
Keywords
Links
- Michel Marcus, Table of n, a(n) for n = 1..160
Programs
-
PARI
a(n) = my(p=2); while (istotient((p-1)*eulerphi(p^n)), p = nextprime(p+1)); p;
Comments