A152940 Odd squarefree numbers n such that the cyclotomic polynomial Phi(n,x) has height 2.
105, 165, 195, 255, 273, 285, 345, 357, 429, 455, 555, 561, 609, 615, 627, 645, 705, 715, 759, 777, 795, 805, 897, 957, 969, 987, 1001, 1005, 1015, 1023, 1045, 1065, 1085, 1095, 1105, 1131, 1185, 1221, 1239, 1245, 1265, 1295, 1407, 1419, 1435, 1455, 1491
Offset: 1
Keywords
Links
- T. D. Noe, Table of n, a(n) for n = 1..1000
Programs
-
PARI
is(n)=issquarefree(n) && n%2 && vecmax(abs(Vec(polcyclo(n))))==2 \\ Charles R Greathouse IV, Nov 05 2017
Comments