login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A057463 Numbers n such that x^n + x^4 + 1 is irreducible over GF(2). 1
1, 3, 7, 9, 15, 39, 57, 81, 105, 1239, 5569, 9457, 11095, 11631, 12327 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

Joerg Arndt, Fxtbook

MAPLE

for m from 1 to 200 do if(Irreduc(x^m + x^4 + 1) mod 2) then printf("%d, ", m):fi:od: # Nathaniel Johnston, Apr 19 2011

MATHEMATICA

Do[ If[ ToString[ Factor[ x^n + x^4 + 1, Modulus -> 2 ] ] == ToString[ x^n + x^4 + 1 ], Print[ n ] ], {n, 0, 750} ]

CROSSREFS

Cf. A002475.

Sequence in context: A191131 A128539 A192118 * A118258 A117583 A126106

Adjacent sequences:  A057460 A057461 A057462 * A057464 A057465 A057466

KEYWORD

nonn,more

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Sep 27 2000

EXTENSIONS

a(10) - a(15) from Nathaniel Johnston (nathaniel(AT)nathanieljohnston.com), Apr 19 2011

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 16:51 EST 2012. Contains 205938 sequences.