A342352 Expansion of e.g.f. (exp(x)-1)*(exp(x) - x^2/2 - x - 1).
0, 0, 0, 0, 4, 15, 41, 98, 218, 465, 967, 1980, 4016, 8099, 16277, 32646, 65398, 130917, 261971, 524096, 1048364, 2096919, 4194049, 8388330, 16776914, 33554105, 67108511, 134217348, 268435048, 536870475, 1073741357, 2147483150, 4294966766, 8589934029
Offset: 0
Examples
a(6) = 41 since the strings are the 20 permutations of 000111, the 15 permutations of 000011, and the 6 permutations of 000001.
Links
- Index entries for linear recurrences with constant coefficients, signature (5,-9,7,-2).
Formula
a(n) = 2^n - Sum_{i={0,1,2,n}} binomial(n,i).
G.f.: x^4*(2*x^2-5*x+4)/((2*x-1)*(x-1)^3). - Alois P. Heinz, Mar 09 2021
Comments