A261128 Cyclotomic polynomial value Phi(7,n!).
7, 7, 127, 55987, 199411801, 3011076302521, 139507830379527121, 16393413624509530430641, 4296688920209982460579470721, 2283386315992292963858620174289281, 2283380652830226414943490202201665068801, 4045147099313653802803680147635052518194156801
Offset: 0
Keywords
Links
- Robert Price, Table of n, a(n) for n = 0..100
- OEIS Wiki, Cyclotomic Polynomials at x=n, n! and sigma(n)
Programs
-
Mathematica
Table[Cyclotomic[7, n!], {n, 0, 200}]
-
PARI
a(n) = polcyclo(7, n!) \\ Michel Marcus, Aug 22 2015
Formula
a(n) = A053716(n!) for n>0.