cp's OEIS Frontend

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.

Showing 1-4 of 4 results.

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).

Original entry on oeis.org

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, 0, 0, 0, 0, 20384, 0, 0, 0, 7188, 0, 227784, 0, 186, 480, 0, 0, 1732448, 0, 237600, 0, 630, 0, 16028160, 0, 306684, 0, 0, 0, 341521732, 0, 0, 4896, 0, 0, 1417919208
Offset: 1

Views

Author

Max Alekseyev, Jan 20 2008

Keywords

Comments

We count these subsets only modulo rotations (multiplication by a nontrivial root of unity).
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.
From Max Alekseyev, Jan 31 2008: (Start)
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.
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
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)

Crossrefs

Formula

a(n) = A001037(n) - A107847(n) ( = A001037(n) - (2^n - A103314(n))/n ). - M. F. Hasler, Jan 31 2008

Extensions

Additional comments from M. F. Hasler, Jan 31 2008

A273096 Number of rotationally inequivalent minimal relations of roots of unity of weight n.

Original entry on oeis.org

1, 0, 1, 1, 0, 1, 1, 3, 3, 4, 6, 18, 69
Offset: 0

Author

Keywords

Comments

In this context, a relation of weight n is a multiset of n roots of unity which sum to zero, and it is minimal if no proper nonempty sub-multiset sums to zero. Relations are rotationally equivalent if they are obtained by multiplying each element by a common root of unity.
Mann classified the minimal relations up to weight 7, Conway and Jones up to weight 9, and Poonen and Rubinstein up to weight 12.

Examples

			Writing e(x) = exp(2*Pi*i*x), then e(1/6)+e(1/5)+e(2/5)+e(3/5)+e(4/5)+e(5/6) = 0 and this is the unique (up to rotation) minimal relation of weight 6.
		

Crossrefs

A361635 Number of strictly-convex unit-sided polygons with all internal angles equal to a multiple of Pi/n, ignoring rotational and reflectional copies.

Original entry on oeis.org

0, 1, 3, 4, 7, 16, 17, 28, 70, 85, 125, 392, 379, 704, 3359, 2248, 4111, 18510, 14309, 30820
Offset: 1

Author

Roman Mecholsky, Mar 18 2023

Keywords

Examples

			For n=3, a(3) is computed as follows:  The base angle is Pi/3 (60 degrees).  Thus any internal angle can only be either Pi/3 or 2*Pi/3.  Call an interior angle with Pi/3 a "1" and with 2*Pi/3 a "2".  Since all external angles will add to 2*Pi, we know that the only possible sequences (ignoring rotation and reflection) are {{1, 1, 1}, {1, 1, 2, 2}, {1, 2, 1, 2}, {1, 2, 2, 2, 2}, {2, 2, 2, 2, 2, 2}}.  However, neither {1, 1, 2, 2} nor {1, 2, 2, 2, 2} forms a closed polygon.  Thus the final set is {{1, 1, 1}, {1, 2, 1, 2}, {2, 2, 2, 2, 2, 2}}, which gives a(3) = 3.
		

Crossrefs

Formula

a(p) = (2^(p-1)-1)/p + 2^((p-1)/2) for odd prime p. - Andrew Howroyd, Mar 22 2023

Extensions

a(7) and a(9) corrected and a(11)-a(20) from Andrew Howroyd, Mar 22 2023

A361659 Number of strictly convex unit-sided polygons with all internal angles equal to a multiple of Pi/n, treating polygons that have a unique mirror image as distinct but ignoring rotational copies.

Original entry on oeis.org

0, 1, 3, 4, 7, 17, 19, 34, 92, 115, 187, 616, 631, 1201, 6067, 4114, 7711, 35322, 27595, 59704, 328833, 190933, 364723, 2435778, 1579882, 2582059, 21013768, 9894292, 18512791, 377367013, 69273667, 134219794, 1678410949, 505301839, 1339499035, 14843799550
Offset: 1

Author

Roman Mecholsky, Mar 19 2023

Keywords

Crossrefs

Cf. A164896, A262181, A361635 (up to rotations and reflections).

Formula

a(n) = A164896(2*n) - 2. - Andrew Howroyd, Mar 22 2023

Extensions

a(7) corrected and terms a(9) and beyond from Andrew Howroyd, Mar 22 2023
Showing 1-4 of 4 results.