Vista previa en español
Sum of the First n Cubes
Calculates the sum of the cubes 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^3=\left(\frac{n(n+1)}{2}\right)^2Fuente LaTeX
\sum_{k=1}^{n}k^3=\left(\frac{n(n+1)}{2}\right)^2Variables
- n: positive integer upper limit
- k: summation index