This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A368959 #25 Jan 16 2024 05:02:17 %S A368959 1,4,8,9,25,27,36,49,72,100,108,121,125,169,196,200,216,225,243,289, %T A368959 343,361,392,441,484,500,529,675,676,841,900,961,968,972,1000,1089, %U A368959 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 %N A368959 Numbers m such that Sum_{k=0..m-1} exp(2*Pi*i*k^s/m) <> 0 for all s>=2. %C A368959 Conjecture 1: This is a subset of A001694. %C A368959 Conjecture 2: This sequence contains all the terms from A338325, plus 243, 972, 1944, 2401, ... %t A368959 Select[Range[1, 200], Product[Abs[Sum[N[E^(2*Pi*I*k^s/#), 100], {k, 0, #-1}]], {s, 2, 200}] > 0 &] %Y A368959 Cf. A001074, A042965, A368812. %Y A368959 Cf. A001694, A338325. %K A368959 nonn %O A368959 1,2 %A A368959 _Vaclav Kotesovec_, Jan 10 2024