<div id="comment:0"></div> I want this to work: ``` sage: n = var('n') sage: sum(1/((2*n+1)^2-4)^2, n, 0, Infinity, algorithm='sympy') ``` See [this question on ask.sagemath.org](https://ask.sagemath.org/question/35839/sage-incorrectly-evaluates-series/) CC: @kcrisman Component: **symbolics** Author: **Sébastien Labbé** Branch/Commit: **[`16acdcf`](https://github.com/sagemath/sagetrac-mirror/commit/16acdcf1e0c7bb444e848cf3f6df98a3a8d5715a)** Reviewer: **Ralf Stephan** _Issue created by migration from https://trac.sagemath.org/ticket/22004_