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.

A208596 Number of n-bead necklaces labeled with numbers -7..7 not allowing reversal, with sum zero.

This page as a plain text file.
%I A208596 #13 Nov 01 2017 12:25:35
%S A208596 1,8,57,568,6077,69784,833253,10259448,129245091,1658145128,
%T A208596 21589248803,284548542120,3789094334455,50900085245304,
%U A208596 688944374917247,9386664978851448,128633790260673263,1771859642698543096,24518513933529549357,340679786167936420216
%N A208596 Number of n-bead necklaces labeled with numbers -7..7 not allowing reversal, with sum zero.
%H A208596 Andrew Howroyd, <a href="/A208596/b208596.txt">Table of n, a(n) for n = 1..100</a>
%F A208596 a(n) = (1/n) * Sum_{d | n} totient(n/d) * A201551(d). - _Andrew Howroyd_, Mar 02 2017
%e A208596 Some solutions for n=4:
%e A208596 .-4...-7...-7...-7...-4...-3...-3...-5...-2...-5...-7...-6...-6...-7...-6...-7
%e A208596 ..0....4...-1....6....2...-3...-1....1....0...-3....6....3....5....1...-1...-2
%e A208596 ..6....3....2...-1....1...-1...-2....7....1....3...-3...-3....5....7....0....4
%e A208596 .-2....0....6....2....1....7....6...-3....1....5....4....6...-4...-1....7....5
%t A208596 comps[r_, m_, k_] := Sum[(-1)^i*Binomial[r - 1 - i*m, k - 1]*Binomial[k, i], {i, 0, Floor[(r - k)/m]}]; a[n_Integer, k_] := DivisorSum[n, EulerPhi[n/#] comps[#*(k + 1), 2 k + 1, #] &]/n; a[n_] = a[n, 7]; Array[a, 20] (* _Jean-François Alcover_, Nov 01 2017, after _Andrew Howroyd_ *)
%Y A208596 Column 7 of A208597.
%K A208596 nonn
%O A208596 1,2
%A A208596 _R. H. Hardin_, Feb 29 2012
%E A208596 a(14)-a(20) from _Andrew Howroyd_, Mar 02 2017