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.

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

Original entry on oeis.org

1, 0, 3, 11, 193, 2389, 50191, 1088205, 29836353, 902845673, 31428924631, 1207426391137, 51394833121105, 2386048646491197, 120379283952129567, 6547887322803355589, 382306453347573490177, 23839225109022069540817, 1581540933047988924532135
Offset: 0

Views

Author

Seiichi Manyama, Dec 29 2024

Keywords

Crossrefs

Programs

  • PARI
    a(n) = sum(k=0, n, (-k-1)^k*(2*n-k)!/(k!*(n-k)!))/(n+1);

Formula

a(n) = (1/(n+1)) * Sum_{k=0..n} (-k-1)^k * (2*n-k)!/(k! * (n-k)!).