Re: Combinations and Counting
- To: mathgroup at smc.vnet.net
- Subject: [mg118918] Re: Combinations and Counting
- From: "p.ramsden" <p.ramsden at imperial.ac.uk>
- Date: Mon, 16 May 2011 03:33:16 -0400 (EDT)
- References: <iqoc0v$m8r$1@smc.vnet.net>
Hi Dean, I'm not sure I really understand your question, especially as it relates to subsets. Is the following along the right lines? Flatten[Table[Binomial[n, r], {n, 1, 10}, {r, 0, n}]] // TableForm Apologies if I've got the wrong end of the stick.