A366957 Expansion of e.g.f. 1/(1-x^2-3*x^3).
1, 0, 2, 18, 24, 720, 7200, 45360, 1128960, 14152320, 199584000, 4909766400, 82388275200, 1793381990400, 47163455539200, 1051370191872000, 29396519792640000, 863253387988992000, 24437860434763776000, 807966756915462144000, 27000346486744350720000
Offset: 0
Keywords
Programs
-
Mathematica
With[{m = 20}, Range[0, m]! * CoefficientList[Series[1/(1 - x^2 - 3*x^3), {x, 0, m}], x]] (* Amiram Eldar, Oct 30 2023 *)
Comments