Sum Of Consecutive Cubes

Input Variables   Output Variables  
Program Code
  Description
Variable Name * (dynamic type) UP
Down
Delete
Default Value *
Description *
Multi Lines
Variable Name * (dynamic type) UP
Down
Delete
Description *
Input Variables List
Output Variables List
Source Code
 
sum=(n*n*(n+1)*(n+1))/4.0;
Subject
Description
This online calculator is used to calculate the sum of consecutive cubes. The sum of the cubes of any number of consecutive integers starting with 1 is the square of some integer.

Formula:

The Sum of consecutive cubes are calculated using the formula

Sum of consecutive cubes =  ( n 2 * (n+1) 2 ) / 4
Category Mathematics
Created By tech
Created Date 11/28/2010
Last Modify Date 11/28/2010
Calculation Count 11
Version 1.00
Positive 0
Neutral 0
Negative 0
Related Program ID 34 , 35 , 36 , 37 , 38