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.

A189980 a(n) is the number of incongruent two-color bracelets of n beads, 10 from them are black (A005515), having a diameter of symmetry.

Original entry on oeis.org

1, 1, 6, 6, 21, 21, 56, 56, 126, 126, 252, 252, 462, 462, 792, 792, 1287, 1287, 2002, 2002, 3003, 3003, 4368, 4368, 6188, 6188, 8568, 8568, 11628, 11628, 15504, 15504, 20349, 20349, 26334, 26334, 33649, 33649
Offset: 10

Views

Author

Vladimir Shevelev, May 03 2011

Keywords

Comments

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

Crossrefs

Programs

Formula

a(n) = binomial(floor(n/2), 5). [Typo fixed by Colin Barker, Feb 07 2013]
a(n+6) = A194005(n, n-5). - Johannes W. Meijer, Aug 15 2011
G.f.: x^10/((x-1)^6*(x+1)^5). - Colin Barker, Feb 07 2013

Extensions

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