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.

Showing 1-1 of 1 results.

A362697 Expansion of e.g.f. Product_{k>0} (1 - x^(3*k-1))^(-1/(3*k-1)).

Original entry on oeis.org

1, 0, 1, 0, 9, 24, 225, 504, 16065, 27216, 1555281, 6123600, 159249321, 779262120, 31816914129, 240363179784, 8207359913025, 66059979227424, 2145292484152545, 19782668403572256, 1015331126023222281, 7961977144683689400, 454920488042137314561
Offset: 0

Views

Author

Seiichi Manyama, Jul 07 2023

Keywords

Crossrefs

Programs

  • PARI
    my(N=30, x='x+O('x^N)); Vec(serlaplace(1/prod(k=1, N, (1-x^(3*k-1))^(1/(3*k-1)))))

Formula

a(0) = 1; a(n) = (n-1)! * Sum_{k=1..n} A001822(k) * a(n-k)/(n-k)!.
Showing 1-1 of 1 results.