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 A110981 #15 Jul 23 2017 00:07:52 %S A110981 1,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,24,0,6,0,0,0,236,0,0,0,18,0,3768,0, %T A110981 0,0,0,0,20384,0,0,0,7188,0,227784,0,186,480,0,0,1732448,0,237600,0, %U A110981 630,0,16028160,0,306684,0,0,0,341521732,0,0,4896,0,0,1417919208 %N A110981 a(n) = the number of aperiodic subsets S of the n-th roots of 1 with zero sum (i.e., there is no r different from 1 such that r*S=S). %C A110981 We count these subsets only modulo rotations (multiplication by a nontrivial root of unity). %C A110981 A103314(n) = a(n)*n + 2^n - A001037(n)*n. Note that as soon as a(n)=0, we have simply A103314(n) = 2^n - A001037(n)*n. This makes it especially interesting to study those n for which a(n)=0. Quite surprisingly, it appears that the sequence of such n coincides with A102466. %C A110981 From _Max Alekseyev_, Jan 31 2008: (Start) %C A110981 Every subset of the set U(n) = { 1=r^0, r^1, ..., r^(n-1) } of the n-th power roots of 1 (where r is a fixed primitive root) defines a binary word w of the length n where the j-th bit is 1 iff the root r^j is included in the subset. %C A110981 If d is the period of w with respect to cyclic rotations (thus d|n) then the periodic part of w uniquely defines some binary Lyndon word of the length d (see A001037). In turn, each binary Lyndon word of the length d, where d<n and d|n, corresponds to d distinct zero-sum subsets of U(n). %C A110981 The binary Lyndon words of the length n are different in this respect: only some of them correspond to n distinct zero-sum subsets of U(n) while the others do not correspond to such subsets at all. A110981(n) gives the number of binary Lyndon words of the length n that correspond to zero-sum subsets of U(n). (End) %H A110981 Max Alekseyev and M. F. Hasler, <a href="/A110981/b110981.txt">Table of n, a(n) for n = 1..164</a> %F A110981 a(n) = A001037(n) - A107847(n) ( = A001037(n) - (2^n - A103314(n))/n ). - _M. F. Hasler_, Jan 31 2008 %Y A110981 Cf. A001037, A103314, A107847, A164896. %K A110981 nonn %O A110981 1,12 %A A110981 _Max Alekseyev_, Jan 20 2008 %E A110981 Additional comments from _M. F. Hasler_, Jan 31 2008