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.

A385426 Expansion of e.g.f. (1/x) * Series_Reversion( x * exp(-arcsin(x)) ).

Original entry on oeis.org

1, 1, 3, 17, 145, 1665, 24115, 422305, 8681985, 205042625, 5471351875, 162811832625, 5345929731025, 192007183247425, 7488448738333875, 315170338129570625, 14238153926819850625, 687220571240324330625, 35293921478604240911875, 1921751625123502012140625
Offset: 0

Views

Author

Seiichi Manyama, Jun 28 2025

Keywords

Crossrefs

Programs

  • PARI
    my(N=30, x='x+O('x^N)); Vec(serlaplace(serreverse(x*exp(-asin(x)))/x))

Formula

E.g.f. A(x) satisfies A(x) = exp( arcsin(x*A(x)) ).
a(n) = Sum_{k=0..n} (n+1)^(k-1) * A385343(n,k).