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.

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

This page as a plain text file.
%I A208600 #13 Mar 18 2018 17:54:04
%S A208600 26,297,1564,5457,14838,34153,69784,130401,227314,374825,590580,
%T A208600 895921,1316238,1881321,2625712,3589057,4816458,6358825,8273228,
%U A208600 10623249,13479334,16919145,21027912,25898785,31633186,38341161,46141732,55163249
%N A208600 Number of 6-bead necklaces labeled with numbers -n..n not allowing reversal, with sum zero.
%C A208600 Row 6 of A208597.
%H A208600 R. H. Hardin, <a href="/A208600/b208600.txt">Table of n, a(n) for n = 1..210</a>
%F A208600 Empirical: a(n) = (44/15)*n^5 + (22/3)*n^4 + (23/3)*n^3 + (14/3)*n^2 + (12/5)*n + 1.
%F A208600 Conjectures from _Colin Barker_, Mar 07 2018: (Start)
%F A208600 G.f.: x*(26 + 141*x + 172*x^2 + 8*x^3 + 6*x^4 - x^5) / (1 - x)^6.
%F A208600 a(n) = 6*a(n-1) - 15*a(n-2) + 20*a(n-3) - 15*a(n-4) + 6*a(n-5) - a(n-6) for n>6.
%F A208600 (End)
%e A208600 Some solutions for n=4:
%e A208600   -4  -4  -4  -3  -4  -2  -4  -4  -4  -4  -3  -4  -4  -3  -3  -1
%e A208600    4   3   2   2  -3  -2  -1   2   0  -1   3   4   2  -1   3   0
%e A208600    0   2  -1   3  -2   2   0  -3   4   2  -3  -2   1   2   0  -1
%e A208600    1   1  -3   0   3   0  -1   0  -1   1   3   0   3  -2  -2   0
%e A208600   -1   1   3   0   4  -2   4   3   4   4  -3   1  -2   4   0  -1
%e A208600    0  -3   3  -2   2   4   2   2  -3  -2   3   1   0   0   2   3
%K A208600 nonn
%O A208600 1,1
%A A208600 _R. H. Hardin_, Feb 29 2012