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.

A385346 Expansion of e.g.f. 1/(1 - 2 * arcsin(x)).

Original entry on oeis.org

1, 2, 8, 50, 416, 4338, 54272, 792402, 13221888, 248206818, 5177131008, 118784695218, 2973171646464, 80619877999698, 2354230063005696, 73657841729314002, 2458203242895507456, 87165684035402711490, 3272629788196529504256, 129696816160868956695090
Offset: 0

Views

Author

Seiichi Manyama, Jun 26 2025

Keywords

Crossrefs

Programs

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

Formula

a(n) = Sum_{k=0..n} 2^k * k! * A385343(n,k).
a(n) ~ sqrt(Pi/2) * cos(1/2) * n^(n + 1/2) / (exp(n) * sin(1/2)^(n+1)). - Vaclav Kotesovec, Jun 27 2025