OFFSET
0,7
LINKS
Seiichi Manyama, Table of n, a(n) for n = 0..514
David Galvin, John Engbers, and Clifford Smyth, Reciprocals of thinned exponential series, arXiv:2303.14057 [math.CO], 2023.
Ira M. Gessel, Reciprocals of exponential polynomials and permutation enumeration, arXiv:1807.09290 [math.CO], 2018.
FORMULA
E.g.f.: 1/(1 - x + x^2/2! - x^3/3! + x^4/4! - x^5/5!).
EXAMPLE
For n=6 the a(6)=2 permutations are 654321 and 123456.
PROG
(PARI) N=40; x='x+O('x^N); Vec(serlaplace(1/sum(k=0, 5, (-x)^k/k!)))
CROSSREFS
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Dec 01 2018
STATUS
approved