A135273 Row 9 of A038207.
512, 2304, 4608, 5376, 4032, 2016, 672, 144, 18, 1
Offset: 0
Links
- Wikipedia, Enneract.
Programs
-
Maple
for i from 9 to 9 do seq(binomial(i, j)*2^(i-j), j = 0 .. i-1) od;
-
PARI
Vec((x+2)^9+O(x^10)) \\ Joerg Arndt, Apr 15 2013
Comments