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.

A321417 Number of n element multisets of the 12th roots of unity with zero sum.

Original entry on oeis.org

1, 0, 6, 4, 21, 24, 64, 84, 174, 236, 420, 576, 926, 1260, 1896, 2540, 3639, 4800, 6618, 8592, 11499, 14700, 19200, 24204, 30972, 38544, 48480, 59620, 73884, 89892, 109960, 132480, 160221, 191308, 229038, 271248, 321809, 378264, 445128, 519608, 606954, 704016
Offset: 0

Views

Author

Andrew Howroyd, Nov 09 2018

Keywords

Comments

Equivalently, the number of closed convex paths of length n whose steps are the 12th roots of unity up to translation. For even n, there will be 6 paths of zero area consisting of n/2 steps in one direction followed by n/2 steps in the opposite direction.

Crossrefs

Column k=6 of A321414.

Programs

  • PARI
    Vec(((2/(1 - x^3) - 1)/(1 - x^2)^3)^2 + O(x^40))

Formula

G.f.: ((2/(1 - x^3) - 1)/(1 - x^2)^3)^2.
G.f.: (1 - x + x^2)^2/((1 + x + x^2)^2*(1 - x)^8*(1 + x)^4).