A135290 Row 11 of A038207.
2048, 11264, 28160, 42240, 42240, 29568, 14784, 5280, 1320, 220, 22, 1
Offset: 0
Programs
-
Maple
for i from 11 to 11 do seq(binomial(i, j)*2^(i-j), j = 0 .. i-1) od;
-
PARI
Vec((x+2)^11+O(x^12)) \\ Joerg Arndt, Apr 15 2013
Formula
G.f.: (x+2)^11.
Comments