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.

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

Original entry on oeis.org

1, 29, 1009, 39005, 1618849, 70741469, 3214527633, 150606953757, 7231305564225, 354221417305757, 17641204276036657, 890872808134921949, 45521466404971069921, 2349568589682742349405, 122328082368695017498321, 6416984703345086646305181, 338833672698752842286404737
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, 7, 1-(8*k+1)*x)^(1/8))

Formula

a(n) ~ 3^(n + 5/8) * 19^(n + 7/8) / (Gamma(1/8) * 2^(25/8) * 5^(1/8) * 7^(1/8) * n^(7/8)). - Vaclav Kotesovec, Aug 18 2025