login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A121519
Number of primitive roots of prime A103203(n).
3
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,2
COMMENTS
Also records in A008330.
LINKS
EXAMPLE
Prime A103203(5) = 23 has 10 primitive roots, so a(5) = 10; 23 = prime(9) and A008330(9) = 10 is a record in A008330.
PROG
(PARI) r=0; for(n=1, 230, k=eulerphi(prime(n)-1); if(r<k, r=k; print1(k, ", ")))
CROSSREFS
Sequence in context: A166936 A166245 A276623 * A098968 A032368 A134533
KEYWORD
nonn
AUTHOR
Klaus Brockhaus, Aug 06 2006
STATUS
approved