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.

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

Original entry on oeis.org

1, 1, 3, 25, 277, 4221, 81421, 1891429, 51638217, 1618907257, 57332786041, 2264047223241, 98641443498973, 4700569138096885, 243213757144477029, 13579261873673960941, 813757288951509415441, 52098716516012891238129, 3548972379593741013388657
Offset: 0

Views

Author

Seiichi Manyama, Aug 17 2023

Keywords

Crossrefs

Programs

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

Formula

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