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.

A369754 a(n) = n! * [x^n] exp(1 - (1+x)^n).

Original entry on oeis.org

1, -1, 2, 21, -104, -8245, -124344, 7728581, 757142912, 21142327671, -3194024271200, -589138966169611, -38768504982354432, 4948651031184677219, 2022468386748039472256, 303711906641250589741125, -7986432746850744238505984, -19535207301291993249120303121
Offset: 0

Views

Author

Seiichi Manyama, Jan 31 2024

Keywords

Crossrefs

Main diagonal of A369738.

Formula

a(n) = Sum_{k=0..n} n^k * Stirling1(n,k) * A000587(k).