A190616 Number of normal bases in GF(2^n) that are Gaussian normal bases.
1, 1, 1, 2, 1, 4, 1, 0, 3, 8, 3, 16, 5, 16, 15, 0, 17, 48, 27, 128, 63, 192, 89, 0, 205, 637, 171, 1011, 565
Offset: 1
Examples
For n=5 there is just one field polynomial (x^5 + x^4 + x^2 + x + 1), for p in {11, 31, 41, 61, 71, 101, 131, ...} (A040160). For n=7 there is just one field polynomial (x^7 + x^6 + x^4 + x + 1), for p in {29, 43, 71, 113, 127, 197,...} (A042967). For n=11 there are three GNBs: x^11 + x^10 + x^8 + x^4 + x^3 + x^2 + 1 for p in {23, 463, 661, 859, 881, 1409, 1453, 2179, ...}, x^11 + x^10 + x^8 + x^5 + x^2 + x + 1 for p in {67, 89, 353, 727, 947, 1277, 1607, 1783, 1871, ...}, and x^11 + x^10 + x^8 + x^7 + x^6 + x^5 + 1 for p in {199, 397, 419, 617, 683, 991, 1123, 2003, 2069, 2113, ...}.
Links
- Joerg Arndt, Fxtbook, section 42.9 "Gaussian normal bases", pp. 914-920.
Formula
a(8*n) = 0 (there is no GNB for multiples of eight).
Comments