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.

A376145 E.g.f. satisfies A(x) = exp( x * (1+x)^3 * A(x) ).

Original entry on oeis.org

1, 1, 9, 88, 1265, 23916, 558427, 15608986, 508516017, 18936594712, 793902926771, 37017671474334, 1900666877186761, 106576903636156084, 6481047448001720427, 424870924596413523106, 29871349825140536394593, 2242231079099137007066544
Offset: 0

Views

Author

Seiichi Manyama, Sep 11 2024

Keywords

Crossrefs

Programs

  • PARI
    my(N=20, x='x+O('x^N)); Vec(serlaplace(exp(-lambertw(-x*(1+x)^3))))

Formula

E.g.f.: exp( -LambertW(-x * (1+x)^3) ).
a(n) = n! * Sum_{k=0..n} (k+1)^(k-1) * binomial(3*k,n-k)/k!.