OFFSET
1,4
COMMENTS
Equivalently, the number of length n bracelet structures that do not have any symmetry under the action of the dihedral group. The corresponding sequence for necklace structures that do not have any symmetry under the action of the cyclic group is A060223.
LINKS
Andrew Howroyd, Table of n, a(n) for n = 1..200
EXAMPLE
For n = 5, the 7 bracelet structures have the patterns AAABC, AABAC, AABBC, ABABC, AABCD, ABACD, ABCDE.
PROG
(PARI) \\ Requires T from A309784.
seq(n)={my(A=T(n)); vector(n, i, vecsum(A[i, ]))}
CROSSREFS
KEYWORD
nonn
AUTHOR
Andrew Howroyd, Oct 02 2019
STATUS
approved