A074744 Values of k corresponding to A073726.
1, 1, 1, 2, 1, 1, 4, 3, 2, 1, 3, 7, 3, 2, 1, 5, 3, 3, 2, 3, 13, 2, 11, 4, 3, 5, 9, 3, 24, 7, 19, 1, 1, 18, 9, 6, 25, 9, 4, 13, 13, 38, 2, 21, 11, 6, 11, 37, 9, 16, 15, 31, 10, 9, 33, 8, 18, 2, 37, 1, 5, 3, 29, 57, 11, 21, 29, 21, 52, 27, 53
Offset: 1
Links
- A. J. Menezes, P. C. van Oorschot and S. A. Vanstone, Handbook of Applied Cryptography, CRC Press, 1996; see Table 4.8.
Programs
-
Mathematica
f[n_] := For[k = 1, k <= n - 1, k++, If[PrimitivePolynomialQ[x^n + x^k + 1, 2], Print[k]; Return[k]]]; DeleteCases[f /@ Range[201], Null] (* Jean-François Alcover, Aug 19 2019 *)
Extensions
a(12) - a(71) from Nathaniel Johnston, Apr 26 2011
Comments