A104314 Prime coefficient of x^(2*k) in (x^4 + x^3 + x^2 + x + 1)^k for k in A104313.
5, 19, 1974442362935339179, 47705925773278538281, 234692178470218983001
Offset: 1
Keywords
Crossrefs
Programs
-
Mathematica
f=1; Do[f=Expand[f*(x^4+x^3+x^2+x+1)]; s=Coefficient[f, x, 2n]; If[PrimeQ[s], Print[{n, s}]], {n, 100}]
Comments