A385426 Expansion of e.g.f. (1/x) * Series_Reversion( x * exp(-arcsin(x)) ).
1, 1, 3, 17, 145, 1665, 24115, 422305, 8681985, 205042625, 5471351875, 162811832625, 5345929731025, 192007183247425, 7488448738333875, 315170338129570625, 14238153926819850625, 687220571240324330625, 35293921478604240911875, 1921751625123502012140625
Offset: 0
Keywords
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).