A152943 Odd squarefree numbers n such that the cyclotomic polynomial Phi(n,x) has height 5.
1785, 2145, 2717, 3705, 3795, 3885, 3927, 4785, 4845, 5005, 5115, 5187, 5291, 5313, 5655, 6765, 7035, 7215, 7293, 8211, 8265, 8385, 8569, 8855, 9269, 9435, 9735, 9867, 10065, 10545, 10659, 10857, 10965, 11055, 11339, 11685, 12243, 12597, 12673
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))))==5 \\ Charles R Greathouse IV, Nov 05 2017
Comments