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.

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

Original entry on oeis.org

1, 22, 582, 17116, 540457, 17965662, 620869768, 22116614080, 807128297844, 30040462521784, 1136357972482216, 43571763517455888, 1689879290748884068, 66179996449115623096, 2613460738278752421648, 103950807765143954047840, 4160551692685459730727454
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, 6, 1-(7*k+1)*x)^(1/7))

Formula

a(n) ~ 43^(n + 6/7) / (Gamma(1/7) * 84707280^(1/7) * n^(6/7)). - Vaclav Kotesovec, May 05 2025