A135289 Row 10 of A038207.
1024, 5120, 11520, 15360, 13440, 8064, 3360, 960, 180, 20, 1
Offset: 0
Links
- Eric S. Rowland, Regular Polytopes
Programs
-
Maple
for i from 10 to 10 do seq(binomial(i, j)*2^(i-j), j = 0 .. i-1) od;
-
PARI
Vec((x+2)^10+O(x^11)) \\ Joerg Arndt, Apr 15 2013
Comments