A349404 The maximal coefficient in the expansion of x_1(x_1 + x_2)...(x_1 + x_2 + ... + x_n).
1, 1, 1, 2, 4, 9, 27, 96, 384, 1536, 7500, 37500, 194400, 1166400, 7563150, 52942050, 385351680, 3082813440, 24998984640, 224990861760, 2024917755840, 19051200000000, 190512000000000, 1944663768432000, 21391301452752000
Offset: 0
Keywords
Links
- Sela Fried, On the coefficients of the distinct monomials in the expansion of x1(x1+x2)...(x1+x2+...+xn), arXiv:2111.07331 [math.CO], 2021.
Programs
-
Mathematica
Max/@Table[Values@CoefficientRules[Times@@Array[Total@Array[x,#]&,n]],{n,0,12}] (* Giorgos Kalogeropoulos, Nov 16 2021 *)