A121519 Number of primitive roots of prime A103203(n).
1, 2, 4, 8, 10, 12, 16, 22, 24, 28, 40, 52, 64, 72, 82, 84, 88, 112, 128, 130, 132, 144, 156, 172, 178, 190, 192, 232, 238, 250, 252, 276, 280, 292, 324, 358, 384, 396, 400, 418, 424, 430, 442, 448, 480, 490, 508, 520, 544, 552, 592, 612, 640, 652, 658, 682, 712
Offset: 1
Keywords
Examples
Prime A103203(5) = 23 has 10 primitive roots, so a(5) = 10; 23 = prime(9) and A008330(9) = 10 is a record in A008330.
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
Programs
-
PARI
r=0;for(n=1,230,k=eulerphi(prime(n)-1);if(r
Comments