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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A104314 Prime coefficient of x^(2n) in (x^4+x^3+x^2+x+1)^n for n in A104313. 2
5, 19, 1974442362935339179, 47705925773278538281, 234692178470218983001 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

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}]

CROSSREFS

Cf. A005191 (pentanomial coefficients), A104312 (nontrivial prime quadrinomial coefficients).

Sequence in context: A174490 A013531 A122152 * A093482 A199363 A199588

Adjacent sequences:  A104311 A104312 A104313 * A104315 A104316 A104317

KEYWORD

more,nonn

AUTHOR

T. D. Noe (noe(AT)sspectra.com), Mar 01 2005

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 17 16:49 EST 2012. Contains 206058 sequences.