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.

A362772 E.g.f. satisfies A(x) = exp( x * (1+x)^2 * A(x) ).

Original entry on oeis.org

1, 1, 7, 58, 725, 11816, 239047, 5794972, 163861609, 5299694704, 193052158091, 7823764856084, 349236133422013, 17028109232138824, 900544754206010383, 51348494205747851116, 3140366001277974883793, 205067625446428300157408
Offset: 0

Views

Author

Seiichi Manyama, May 02 2023

Keywords

Crossrefs

Programs

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

Formula

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