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.

A384809 E.g.f. A(x) satisfies A(x) = exp( x/A(-x*A(x)^2)^2 ).

Original entry on oeis.org

1, 1, 5, 25, 153, -799, -82787, -2990343, -98020367, -2473062911, -22379003019, 3535310560409, 426542722323721, 33942691393940577, 2320589389274335117, 131491185267395291641, 4583444982950062321377, -254657491559719266483967, -86887910247671284788294683
Offset: 0

Views

Author

Seiichi Manyama, Jun 10 2025

Keywords

Crossrefs

Column k=1 of A384811.

Programs

  • PARI
    a(n, k=-1) = if(n*k==0, 0^n, (-1)^n*k*sum(j=1, n, (-2*n+2*j+k)^(j-1)*binomial(n, j)*a(n-j, 2*j)));

Formula

See A384811.