|
Search: id:A095878
|
|
|
| A095878 |
|
Value of middle coefficient of the cyclotomic polynomial Phi_n(x) for n in A095877. |
|
+0 2
|
|
| 1, 0, -1, -3, 3, 5, -5, -7, 7, 19, -11, 25, 11, 27, -9, 9, 45, 13, -35, -15, -23, 17, 349, -65, -27, -17
(list; graph; listen)
|
|
|
OFFSET
|
1,4
|
|
|
COMMENT
|
After the second term, the entries are always odd; see Dresden's article for proof.
|
|
REFERENCES
|
G. Dresden, On the Middle Coefficient of the Cyclotomic Polynomial, MAA Monthly 111 (2004), 531--533.
|
|
LINKS
|
G. Dresden, On the Middle Coefficient of the Cyclotomic Polynomial (MAA Monthly, 2004, 531-533).
|
|
MATHEMATICA
|
vals={1, 0, -1}; lst={3, 4, 6}; Do[pwrs=Transpose[FactorInteger[n]][[2]]; If[Length[pwrs]>2 && 1==Times@@pwrs, c=Coefficient[Cyclotomic[n, x], x, EulerPhi[n]/2]; If[ !MemberQ[vals, c], AppendTo[lst, n]; AppendTo[vals, c]]], {n, 7, 50000, 2}]; vals
|
|
CROSSREFS
|
Cf. A094754 (middle coefficient of cyclotomic polynomial Phi_n(x)).
Sequence in context: A073737 A133908 A111213 this_sequence A077381 A139069 A087715
Adjacent sequences: A095875 A095876 A095877 this_sequence A095879 A095880 A095881
|
|
KEYWORD
|
hard,sign
|
|
AUTHOR
|
T. D. Noe (noe(AT)sspectra.com), Jun 10 2004
|
|
|
Search completed in 0.002 seconds
|