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.

A383632 Expansion of 1/( Product_{k=0..8} (1 - (9*k+1) * x) )^(1/9).

Original entry on oeis.org

1, 37, 1639, 80623, 4257424, 236721412, 13688641144, 816291120808, 49895692924132, 3112177949225236, 197407027057353724, 12699858803178669148, 826900665838817386456, 54398158759680212197576, 3610650035912536155468808, 241521616482786052388206408, 16265890564063100473094045146
Offset: 0

Views

Author

Seiichi Manyama, May 03 2025

Keywords

Crossrefs

Programs

  • PARI
    my(N=20, x='x+O('x^N)); Vec(1/prod(k=0, 8, 1-(9*k+1)*x)^(1/9))

Formula

a(n) ~ 4480^(8/9) * 73^(n + 8/9) / (40320 * Gamma(1/9) * n^(8/9)). - Vaclav Kotesovec, Aug 18 2025