Sum of a series: Difference between revisions

m
m (Updated description and link for Fōrmulæ solution)
Line 1,594:
<pre>-Psi(1, 1001)+(1/6)*Pi^2</pre>
 
=={{header|Mathematica}}/{{header|Wolfram Language}}==
This is the straightforward solution of the task:
<lang mathematica>Sum[1/x^2, {x, 1, 1000}]</lang>
1,111

edits