A113899 Number parallelogram based on Pascal's triangle (and special mirror of central and multiply of diagonal).
252, 126, 126, 56, 140, 56, 21, 105, 105, 21, 6, 60, 120, 60, 6, 1, 25, 100, 100, 25, 1, 6, 60, 120, 60, 6, 21, 105, 105, 21, 56, 140, 56, 126, 126, 252
Offset: 0
Programs
-
Maple
for n from 0 to 5 do seq(binomial(i,n)*binomial(10-i,5-n), i=0+n..10-5+n ); # Zerinvary Lajos, Mar 31 2009
Comments