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.

A333508 Central coefficients of polynomials related to Weyl groups and defined in A162206.

Original entry on oeis.org

1, 2, 6, 30, 212, 1924, 21280, 277788, 4180544, 71259048, 1356909620, 28547946524, 657640647850, 16463431995932, 445040788849348, 12919664598624526, 400880326987609778, 13239976828676088316, 463742797180250495450, 17169969365226035615744
Offset: 1

Views

Author

Jean-François Alcover, Mar 25 2020

Keywords

Crossrefs

Programs

  • Mathematica
    a[n_] := SeriesCoefficient[(1-x^n) Product[1-x^(2k), {k, 1, n-1}]/(1-x)^n, {x, 0, n(n-1)/2}];
    Array[a, 20]