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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A135845 Prime numbers p not of the form 10k+1 for which quintic polynomial x^5-x-1 modulus p is factorizable into five binomials. 3
1973, 3769, 7727, 11903, 14629, 16903, 17737, 18097, 19477, 20747, 20759, 21727, 22717, 23567, 25037, 27397, 27529, 28279, 29207, 29959, 30497, 31319, 33289, 36097, 37463, 42139, 42487, 42689, 45959, 46229, 47309, 47969, 48847, 48947 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

This sequence is a subset of A135844.

MATHEMATICA

a = {}; Do[If[Mod[Prime[n], 1, poly = PolynomialMod[x^5 - x - 1, Prime[n]]; c = FactorList[poly, Modulus -> Prime[n]]; If[Sum[c[[m]][[2]], {m, 1, Length[c]}] == 6, AppendTo[a, Prime[n]]]], {n, 1, 10000}]; a

CROSSREFS

Cf. A135842, A135843, A135844, A135846, A135847.

Sequence in context: A153352 A108386 A135844 * A121995 A061998 A205653

Adjacent sequences:  A135842 A135843 A135844 * A135846 A135847 A135848

KEYWORD

nonn

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Dec 01 2007

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 15 19:02 EST 2012. Contains 205852 sequences.