login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A058949 Coefficients of monic primitive irreducible polynomials over GF(3) listed in lexicographic order. 11
11, 112, 122, 1021, 1121, 1201, 1211, 10012, 10022, 11002, 11122, 11222, 12002, 12112, 12212, 100021, 100211, 101011, 101201, 101221, 102101, 102211, 110021, 110101, 110111, 111011, 111121, 111211, 112001, 112111, 112201, 120001, 120011 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Church's table extends through degree 7.
LINKS
T. D. Noe, Table of n, a(n) for n=1..561 (through degree 8)
R. Church, Tables of irreducible polynomials for the first four prime moduli, Annals Math., 36 (1935), 198-209.
EXAMPLE
The first few are x+1; x^2+x+2, x^2+2x+2; ...
MATHEMATICA
car = 3; maxDegree = 8;
okQ[{1, 1}] = True;
okQ[coefs_List] := Module[{P}, P = coefs.x^Range[Length[coefs]-1, 0, -1]; coefs[[1]] == 1 && IrreduciblePolynomialQ[P, Modulus -> car] && PrimitivePolynomialQ[P, car]];
FromDigits /@ Select[Table[IntegerDigits[k, car], {k, car+1, car^(maxDegree + 1)}], okQ] (* Jean-François Alcover, Sep 09 2019 *)
CROSSREFS
Cf. A058944.
Irreducible over GF(2), GF(3), GF(4), GF(5), GF(7): A058943, A058944, A058948, A058945, A058946. Primitive irreducible over GF(2), GF(3), GF(4), GF(5), GF(7): A058947, A058949, A058952, A058950, A058951.
Sequence in context: A144784 A030175 A263805 * A119742 A075842 A037535
KEYWORD
nonn,easy,nice
AUTHOR
N. J. A. Sloane, Jan 13 2001
EXTENSIONS
More terms from Jean Gaumont (jeangaum87(AT)yahoo.com), Apr 16 2006
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 12:53 EDT 2024. Contains 371969 sequences. (Running on oeis4.)