A319166 Number of primitive polynomials of degree n over GF(11).
4, 16, 144, 960, 12880, 62208, 1087632, 7027200, 85098816, 691398400, 10374307328, 49985372160, 1061265441600, 7064952935040, 90426613939200, 708867057254400, 11892871258806912, 65078340559220736, 1287559798913990448, 8819554320783360000, 111715065087913437696
Offset: 1
Keywords
Links
- Seiichi Manyama, Table of n, a(n) for n = 1..50
- Eric Weisstein's World of Mathematics, Totient Function.
- Wikipedia, Euler's totient function.
Crossrefs
Programs
-
Mathematica
Array[EulerPhi[11^# - 1]/# &, 25] (* Paolo Xausa, Jun 17 2024 *)
-
PARI
{a(n) = eulerphi(11^n-1)/n}
Formula
a(n) = phi(11^n - 1)/n where phi is A000010.