login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A256153 Primitive prime factors of the cyclotomic polynomial sequence Phi(5,k) in the order in which they occur. 1
5, 31, 11, 71, 311, 2801, 151, 61, 41, 271, 3221, 22621, 30941, 3761, 4931, 88741, 2711, 911, 251, 40841, 245411, 292561, 346201, 521, 8641, 4561, 637421, 732541, 837931, 17351, 601, 1801, 39451, 22571, 49831, 101, 4271, 194681, 191, 401, 2625641, 579281 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Phi(5,k) = k^4 + k^3 + k^2 + k + 1.
All terms end with the digit 1.
LINKS
MATHEMATICA
prim = {}; Do[prim = Join[prim, Complement[First /@ FactorInteger[Cyclotomic[5, k]], prim]], {k, 1000}]; prim
PROG
(PARI) lista(nn) = {vs = []; for (n=1, nn, vp = factor(polcyclo(5, n))[, 1]; for (i=1, #vp, if (!vecsearch(vs, vp[i]), print1(vp[i], ", "); vs = vecsort(concat(vs, vp[i]), , 8); ); ); ); } \\ Michel Marcus, Mar 20 2015
CROSSREFS
Sequence in context: A297472 A299129 A255677 * A238196 A352347 A172030
KEYWORD
nonn
AUTHOR
Robert Price, Mar 16 2015
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 December 9 04:08 EST 2023. Contains 367681 sequences. (Running on oeis4.)