Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simplify(summation(n/((n+2)*(n+4)*(n+8)), (n, 1, oo))) returns 521/25200 #236

Closed
skirpichev opened this issue Feb 25, 2016 · 0 comments
Closed
Labels
concrete wrong answer if mathematically wrong result was obtained
Milestone

Comments

@skirpichev
Copy link
Member

Mathematica:

In[1]:= Sum[n/((n + 2)*(n + 4)*(n + 8)),{n, 1, Infinity}]
Out[1]= 
4
--
35

See
https://groups.google.com/forum/?fromgroups=#!topic/sympy/ZI_D-eG1UfE

@skirpichev skirpichev added wrong answer if mathematically wrong result was obtained concrete labels Feb 25, 2016
@skirpichev skirpichev changed the title simplify(summation(j/((j+2)*(j+4)*(j+8)), (j, 1, oo))) returns 521/25200 simplify(summation(n/((n+2)*(n+4)*(n+8)), (n, 1, oo))) returns 521/25200 Feb 27, 2016
@skirpichev skirpichev modified the milestone: 0.8.0 Sep 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
concrete wrong answer if mathematically wrong result was obtained
Projects
None yet
Development

No branches or pull requests

1 participant