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.

A350283 a(n) is the constant term in the expansion of Product_{k=1..n} (x^k + 1/x^k)^k.

Original entry on oeis.org

1, 0, 0, 6, 76, 0, 0, 7559080, 1509040932, 0, 0, 887531129680197018, 3078434842626707386602, 0, 0, 8813577747274880345454470354985336, 509819403352972623999938010230619997952, 0, 0, 6578453931935965721022496238115694708685746283712759572
Offset: 0

Views

Author

Seiichi Manyama, Dec 23 2021

Keywords

Crossrefs

Cf. A350282.

Programs

  • PARI
    a(n) = polcoef(prod(k=1, n, (x^k+1/x^k)^k), 0);

Formula

a(4*n+1) = a(4*n+2) = 0.