|
Search: id:A073726
|
|
|
| A073726 |
|
Primitive irreducible trinomials: x^n + x^k + 1 is a primitive irreducible polynomial (mod 2) for some k with 0 < k < n. |
|
+0 6
|
|
| 2, 3, 4, 5, 6, 7, 9, 10, 11, 15, 17, 18, 20, 21, 22, 23, 25, 28, 29, 31, 33, 35, 36, 39, 41, 47, 49, 52, 55, 57, 58, 60, 63, 65, 68, 71, 73, 79, 81, 84, 87, 89, 93, 94, 95, 97, 98, 100
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
REFERENCES
|
S. W. Golomb, "Shift Register Sequence", revised edition, reprinted by Aegean Park Press, 1982. See Tables V-1, V-2.
|
|
LINKS
|
Joerg Arndt, Fxtbook
A. J. Menezes, P. C. van Oorschot and S. A. Vanstone, Handbook of Applied Cryptography, CRC Press, 1996; see Table 4.8.
Index entries for sequences related to trinomials over GF(2)
|
|
PROGRAM
|
(MAGMA) A073726 := function(n) for k := 1 to n-1 do if IsPrimitive(x^n+x^k+1) then return true; end if; end for; return false; end function; l := []; for n := 1 to 100 do if A073726(n) then l := Append(l, n); end if; end for; l;
|
|
CROSSREFS
|
See A073726 for irreducible trinomials and A001153 for primitive Mersenne trinomials (and references). See A074744 for values of k.
Sequence in context: A123101 A071557 A117729 this_sequence A008839 A039226 A039271
Adjacent sequences: A073723 A073724 A073725 this_sequence A073727 A073728 A073729
|
|
KEYWORD
|
nonn,nice
|
|
AUTHOR
|
Richard Brent and Paul Zimmermann, Sep 05 2002
|
|
|
Search completed in 0.002 seconds
|