The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A057474 Numbers k such that x^k + x^5 + 1 is irreducible over GF(2). 1
2, 3, 6, 9, 12, 14, 17, 20, 23, 44, 47, 63, 84, 129, 236, 278, 279, 297, 300, 647, 726, 737, 2574, 2660, 4233, 4500, 8207, 11900, 16046, 21983, 23999, 24596, 24849, 84929, 130926, 156308, 160046, 185142, 270641 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Next term is > 10^5. - Joerg Arndt, Apr 28 2012
Next term is > 241000. - Manfred Scheucher, Aug 18 2015
Any subsequent terms are > 300000. - Lucas A. Brown, Nov 28 2022
LINKS
Joerg Arndt, Matters Computational (The Fxtbook), section 40.9.3 "Irreducible trinomials of the form 1 + x^k + x^d", p.850
Lucas A. Brown, Python program.
Lucas A. Brown, Sage program.
PROG
(Sage)
P.<x> = GF(2)[]
for n in range(10^4):
if (x^n+x^5+1).is_irreducible():
print(n) # Joerg Arndt, Apr 28 2012
CROSSREFS
Cf. A002475.
Sequence in context: A191981 A131975 A288754 * A347785 A270139 A353159
KEYWORD
nonn,hard,more
AUTHOR
Robert G. Wilson v, Sep 27 2000
EXTENSIONS
a(23)-a(34) by Joerg Arndt, Apr 28 2012
a(35)-a(38) by Manfred Scheucher, Aug 18 2015
a(39) from Lucas A. Brown, Nov 28 2022
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 June 6 00:30 EDT 2024. Contains 373110 sequences. (Running on oeis4.)