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.

A380427 E.g.f. A(x) satisfies A(x) = exp( -x/A(x) * exp(x/A(x)) ).

Original entry on oeis.org

1, -1, -3, -19, -211, -3301, -66581, -1643587, -47986247, -1617313033, -61796668969, -2639583958111, -124635062782187, -6446216079166189, -362427406400015165, -22008570202561166491, -1435560535563493528591, -100100185675457848764433, -7430481272601559979203409
Offset: 0

Views

Author

Seiichi Manyama, Jan 24 2025

Keywords

Crossrefs

Formula

E.g.f.: 1/B(x), where B(x) is the e.g.f. of A162695.
a(n) = -Sum_{k=1..n} k^(n-k) * (n-1)^(k-1) * binomial(n,k) for n > 0.