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.

A189976 a(n) is the number of incongruent two-color bracelets of n beads, 8 of them black (A005514), having a diameter of symmetry.

Original entry on oeis.org

1, 1, 5, 5, 15, 15, 35, 35, 70, 70, 126, 126, 210, 210, 330, 330, 495, 495, 715, 715, 1001, 1001, 1365, 1365, 1820, 1820, 2380, 2380, 3060, 3060, 3876, 3876, 4845, 4845, 5985, 5985, 7315, 7315, 8855, 8855, 10626
Offset: 8

Views

Author

Vladimir Shevelev, May 03 2011

Keywords

Comments

For n >= 9, a(n-1) is the number of incongruent two-color bracelets of n beads, 9 from them are black (A032281), having a diameter of symmetry.

Crossrefs

Programs

Formula

a(n) = C(floor(n/2),4).
a(n+5) = A194005(n,n-4). [Johannes W. Meijer, Aug 15 2011]
G.f.: -x^8/((x-1)^5*(x+1)^4). [Colin Barker, Feb 06 2013]

Extensions

Data added and link corrected by Johannes W. Meijer, Aug 15 2011