OFFSET
1,2
LINKS
Max Alekseyev, Table of n, a(n) for n = 1..42
John Abbott and Nico Mexis, Cyclotomic Factors and LRS-Degeneracy, arXiv:2403.08751 [math.AC], 2024. See p. 12.
Andrew Arnold and Michael Monagan, Calculating cyclotomic polynomials of very large height.
Lola Thompson, Cyclotomic statistics, Univ. Utrecht (Netherlands, 2024). See pp. 6, 14.
MATHEMATICA
r = 0; Do[If[# > r, r = #; Print[n]] &@ Max@ Abs@ CoefficientList[Cyclotomic[n, x], x], {n, 10^4}] (* Michael De Vlieger, May 20 2024 *)
PROG
(PARI) print1(r=1); for(n=2, 1e4, t=vecmax(abs(Vec(polcyclo(n)))); if(t>r, r=t; print1(", "n))) \\ Charles R Greathouse IV, Jun 28 2012
CROSSREFS
KEYWORD
nonn
AUTHOR
Max Alekseyev, May 13 2009
STATUS
approved