MathGroup Archive 2011

[Date Index] [Thread Index] [Author Index]

Search the Archive

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.


  • Prev by Date: Re: Mathematica handling of on where it saves current open notebook (again)
  • Next by Date: Find Previous doesn't work???
  • Previous by thread: Combinations and Counting
  • Next by thread: Re: Combinations and Counting