A129536 Number parallelogram based on Pascal's triangle (and special mirror of central and multiply of diagonal).
45, 9, 36, 1, 16, 28, 3, 21, 21, 6, 24, 15, 10, 25, 10, 15, 24, 6, 21, 21, 3, 28, 16, 1, 36, 9, 45
Offset: 0
Links
- Johnph77, Lottery Numeric Positional Frequency Charts Note:Information herein is intended for lottery system developers, analysts and operators. It is not intended for gaming purposes. 3/11 table: (Horizontal > Total: 165, Vertical > Total: 45)
Crossrefs
Cf. A113899.
Programs
-
Maple
with(combinat):T:=(n,i)->binomial(i,n)*binomial(10-i,2-n): for n from 0 to 2 do seq(T(n, i), i=0+n..10-2+n) od;
Extensions
Edited by Charles R Greathouse IV, Oct 28 2009
Comments