Input: sum(1/k^2,k,1,x)
Write: `sum(1/k^2,k,1,x)`
Output: $$ \sum _{k=1} ^ {x} \frac {1}{{k}^{2}} == harmonic(2,x) $$ Result:$$harmonic(2,x)$$