Efficiently Computing a Special Sum in Excel without Macros

  • Thread starter Thread starter KLoux
  • Start date Start date
  • Tags Tags
    Sum
AI Thread Summary
Kerry seeks a method to compute the sum S = 1/1^2 + 1/2^2 + ... + 1/n^2 in Excel without using macros, aiming for a single-cell formula referencing another cell. It is noted that a closed-form solution for this summation does not exist, and the series converges to approximately 1.644934066848226. Suggestions include plotting the sum and fitting a curve for approximation. Ultimately, Kerry considers writing a macro due to the limitations encountered. The discussion highlights the challenges of calculating this specific mathematical series in Excel.
KLoux
Messages
174
Reaction score
1
Hello! I am trying to find a way to compute the following in an Excel spreadsheet without the use of a macro:

\frac{1}{n^{2}}+\frac{1}{\left(n-1\right)^{2}}+\frac{1}{\left(n-2\right)^{2}}+...+1

Can I manipulate this into some form that would make it easier to put in Excel? I'm pretty stuck and any suggestions would be much appreciated!

Thanks,

Kerry

[EDIT] Just wanted to make it clearer - My goal is to have some formula in one cell that references just one other cell to get the result.
 
Mathematics news on Phys.org
Unfortunately, I do not believe a closed-form solution exists for the summation

S = 1/1^2 + 1/2^2 + ... + 1/n^2 = Sum of 1/k^2 from 1 to n.

The whole thing converges to 1.644934066848226436472415166646, or pi^2 / 6, as n goes to infinity.

What sort of accuracy do you need? You can always plot a range of it, and then fit a curve to it to make it look "close".
 
Ahh, I was afraid of that. I'll just write the macro.

Thanks for your help!

-Kerry
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
Thread 'Imaginary Pythagorus'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...
Back
Top