Vista previa en español
Sum of the First n Squares
Calculates the sum of the squared integers from one through n.
Esta página permanece fuera del índice de búsqueda hasta completar una revisión lingüística humana. Los datos matemáticos proceden de la referencia inglesa.
\sum_{k=1}^{n}k^2=\frac{n(n+1)(2n+1)}{6}Fuente LaTeX
\sum_{k=1}^{n}k^2=\frac{n(n+1)(2n+1)}{6}Variables
- n: positive integer upper limit
- k: summation index