A253235 Numbers n such that the n-th cyclotomic polynomial has no root mod p for all primes p <= n.
1, 12, 15, 24, 28, 30, 33, 35, 36, 40, 44, 45, 48, 51, 56, 60, 63, 65, 66, 69, 70, 72, 75, 76, 77, 80, 84, 85, 87, 88, 90, 91, 92, 95, 96, 99, 102, 104, 105, 108, 112, 115, 117, 119, 120, 123, 124, 126, 130, 132, 133, 135, 138, 140, 141, 143, 144, 145, 150, 152, 153, 154
Offset: 1
Keywords
Links
- Eric Chen and Charles R Greathouse IV, Table of n, a(n) for n = 1..10000 (first 1000 terms from Chen)
Crossrefs
Programs
-
PARI
is(n)=my(P=polcyclo(n), f=factor(n)[, 1]); for(i=1, #f, if(#polrootsmod(P, f[i]), return(0))); 1 \\ Charles R Greathouse IV, Apr 20 2015
Comments