One gets a wrong output when running the following command:
sage: sum(binomial(1,n),n,0,oo)
3
The output should be $2$ instead of $3$. Compare:
sage: sum(binomial(1,n),n,0,oo,algorithm="sympy")
2
| 1 | initial version |
One gets a wrong output when running the following command:
sage: sum(binomial(1,n),n,0,oo)
3
The output should be $2$ instead of $3$. Compare:
sage: sum(binomial(1,n),n,0,oo,algorithm="sympy")
2
| 2 | retagged |
One gets a wrong output when running the following command:
sage: sum(binomial(1,n),n,0,oo)
3
The output should be $2$ instead of $3$. Compare:
sage: sum(binomial(1,n),n,0,oo,algorithm="sympy")
2
| 3 | retagged |
One gets a wrong output when running the following command:
sage: sum(binomial(1,n),n,0,oo)
3
The output should be $2$ instead of $3$. Compare:
sage: sum(binomial(1,n),n,0,oo,algorithm="sympy")
2
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.