OFFSET
1,1
COMMENTS
Church's table extends through degree 5.
REFERENCES
R. Lidl and H. Niederreiter, Finite Fields, Addison-Wesley, 1983, Table C, pp. 557-560.
LINKS
T. D. Noe, Table of n, a(n) for n=1..63319 (through degree 8)
R. Church, Tables of irreducible polynomials for the first four prime moduli, Annals Math., 36 (1935), 198-209.
MATHEMATICA
A058945 = Union[ Reap[ Do[ a = Reverse[ IntegerDigits[n, 5]]; b = {0}; la = Length[a]; k = 1; While[k < la + 1, b = Append[b, a[[k]]*x^(k - 1)]; k++]; b = Plus @@ b; c = Factor[b, Modulus -> 5]; id = IntegerDigits[n, 5]; If[b == c && (id == {1, 0} || id[[-1]] != 0), Sow[ FromDigits[id] ] ], {n, 5, 300}]][[2, 1]]](* Jean-François Alcover, Feb 13 2012, after A058943 *)
CROSSREFS
KEYWORD
nonn,easy,nice
AUTHOR
N. J. A. Sloane, Jan 13 2001
EXTENSIONS
More terms from David Wasserman, May 23 2002
STATUS
approved