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!)
A056679 Primes p such that 1 + x + Sum_{q prime <= p} x^q is irreducible over GF(2). 0
2, 5, 17, 59, 73, 269, 3769, 4327 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(3) = 17 because 1 + x + x^2 + x^3 + x^5 + x^7 + x^11 + x^13 + x^17 is irreducible over GF(2).
PROG
(PARI) lista(nn) = {my(f=1+x); forprime(p=2, nn, f+=x^p; if(polisirreducible(Mod(1, 2)*f), print1(p, ", "))); } \\ Jinyuan Wang, Apr 15 2020
CROSSREFS
Cf. A071642.
Sequence in context: A134128 A119254 A278394 * A084528 A149993 A148413
KEYWORD
nonn,more
AUTHOR
Robert G. Wilson v, Nov 10 2000
EXTENSIONS
a(7)-a(8) from Jinyuan Wang, Apr 15 2020
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)