login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A368959
Numbers m such that Sum_{k=0..m-1} exp(2*Pi*i*k^s/m) <> 0 for all s>=2.
1
1, 4, 8, 9, 25, 27, 36, 49, 72, 100, 108, 121, 125, 169, 196, 200, 216, 225, 243, 289, 343, 361, 392, 441, 484, 500, 529, 675, 676, 841, 900, 961, 968, 972, 1000, 1089, 1125, 1156, 1225, 1323, 1331, 1352, 1369, 1372, 1444, 1521, 1681, 1764, 1800, 1849, 1944, 2116, 2197, 2209, 2312, 2401, 2601, 2700, 2744, 2809, 2888
OFFSET
1,2
COMMENTS
Conjecture 1: This is a subset of A001694.
Conjecture 2: This sequence contains all the terms from A338325, plus 243, 972, 1944, 2401, ...
MATHEMATICA
Select[Range[1, 200], Product[Abs[Sum[N[E^(2*Pi*I*k^s/#), 100], {k, 0, #-1}]], {s, 2, 200}] > 0 &]
CROSSREFS
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Jan 10 2024
STATUS
approved