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.

A294341 E.g.f.: exp(Sum_{n>=1} A010815(n)*x^n/n).

Original entry on oeis.org

1, -1, 0, 2, -2, 18, -128, 740, -3204, -6076, 210304, -1097064, -29284760, 398231768, 792490752, -124480674448, 1471405254928, -2684728872720, -64686947480576, -626709774748384, -10524779012515104, 689522178752789024, 34910956277827256320
Offset: 0

Views

Author

Seiichi Manyama, Oct 28 2017

Keywords

Crossrefs

Cf. A294260.

Formula

a(0) = 1 and a(n) = (n-1)! * Sum_{k=1..n} A010815(k)*a(n-k)/(n-k)! for n > 0.