OFFSET
1,2
COMMENTS
Numbers n such that there is a type-2 optimal normal basis over GF(2) and the corresponding polynomial is primitive. Subsequence of A054639. [Joerg Arndt, Apr 28 2012]
REFERENCES
D. E. Knuth, The Art of Computer Programming, Section 7.2.1.1, Problem 31.
LINKS
Joerg Arndt, Table of n, a(n) for n = 1..133
FORMULA
Let c_1(x) = x+1, c_2(x) = x^2+x+1, c_{j+1}(x) = x*c_j(x) + c_{j-1}(x) be polynomials over GF(2). Then n is in the sequence iff c_n(x) is a primitive irreducible polynomial.
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Oct 15 2006
EXTENSIONS
Terms >=105 by Joerg Arndt, Apr 28 2012.
STATUS
approved