Bug in Binomial?
- To: mathgroup at smc.vnet.net
- Subject: [mg47780] Bug in Binomial?
- From: idotempo at hotmail.com (Ido)
- Date: Mon, 26 Apr 2004 02:41:55 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Hi all,
Is this a Mathematica bug, or am I doing something wrong?
If I type
Sum[ Binomial[0, i], {i, 0, t}]
I get an output of 0. However, if I type
Sum[ Binomial[0, i], {i, 0, 3}]
I get the (correct) output 1.
Thanks in advance,
Ido