A328035 Number of length n primitive (period n) bracelet structures which are not periodic palindromes using an infinite alphabet.
0, 0, 1, 2, 7, 23, 78, 311, 1297, 6200, 31747, 178703, 1070388, 6842898, 46158435, 327718768, 2437732593, 18948528721, 153498234770, 1293122838953, 11306474635818, 102425551817363, 959826751122645, 9290811889272509, 92771812680385087, 954447072777977556
Offset: 1
Keywords
Examples
For n = 5, the 7 bracelet structures have the patterns AAABC, AABAC, AABBC, ABABC, AABCD, ABACD, ABCDE.
Links
- Andrew Howroyd, Table of n, a(n) for n = 1..200
Programs
-
PARI
\\ Requires T from A309784. seq(n)={my(A=T(n)); vector(n, i, vecsum(A[i, ]))}
Comments