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”).

A186277
a(n) is the number of transitive Galois groups for polynomials of degree p = prime(n).
5
1, 2, 5, 7, 8, 9, 10, 8, 7, 8, 12, 11, 10, 10, 6, 8, 6, 14, 10, 10, 16, 10, 6, 10, 14, 11, 10, 6, 14, 12, 15, 10, 10, 10, 8, 14, 14, 12, 6, 8, 6, 20, 10, 16, 11, 14, 18, 10, 6, 14, 10, 10, 22, 10, 15, 6, 8, 18, 14, 18, 10, 8, 15, 10, 18, 8, 18, 22, 6, 14, 14, 6, 10, 14, 18, 6, 8, 20, 17, 18, 10, 26, 10, 22, 10, 10, 16, 18, 14, 18, 6, 6, 14, 14, 10, 6, 8, 18, 14, 26, 18, 8, 6, 10, 18, 23, 6, 12, 10, 26, 10, 20, 18, 10
OFFSET
1,2
FORMULA
a(n) = A002106(prime(n)).
PROG
(Magma) [NumberOfPrimitiveGroups(NthPrime(i)) : i in [1..100]]; // Vincenzo Librandi, Dec 31 2019
CROSSREFS
Cf. A002106.
Sequence in context: A021799 A154848 A195997 * A061770 A210449 A080639
KEYWORD
nonn
AUTHOR
Artur Jasinski, Feb 16 2011
STATUS
approved