sum of fifth powers of first n natural numbers
Posted October 12th, 2008 by SD_88
how do you find the sum of first n natural no.s..............can anyone please tell me directly also what is the sum of first n natural no.s.........i.e
????
- Login or register to post comments
- Printer-friendly version
Comments
hi
I really liked the post and great tips..even I also think that hard work is the most important aspect of getting success keep it up :)
answer
Let
You want to find
It is very easy to find in out with a little work
You start with
then sum up for k from 1 to n
Reducing terms you have
From this you find
if you know
,
and 
from
Try to find yourself
sum-fifth-powers-first-n-natural
then you summed up for k from 1 to n
and you Reduced certain terms
and you got
how did you get
on lhs...and summation of
on rhs as 1..cud you give steps...rest all the terms are ok on rhs...shouldnt we get an S6 on rhs from the first term....
is of utmost importance to me now...
i would be thankful to you if you cud give the finl result too if possible.....or a source where it wud be present.....as i am more interested in the reswult rather than its derivation and method of getting it.....the result of summation of
THANK YOU for answering me!!
Sum of powers of 3 & 5's
Sum of Cubes:
1^3 + 2^3 +3^3 +4^3-----------N^3 = sum to N squared. ( (N^2 +N)/2)^2
A= sum 1 to N . Example : The sum to 4 = 1 +2+3+4= 10 = 10^2 = 100
1 + 8 + 27 + 64 = 100 =A^2
Sum of N^5
A= sum 1 to N
Sum of N^5 = (4A^3 - A^2)/3
Example: N = 3 A = 6
1^5 +2^5 +3^5 = 1 + 32 + 243 = 276
(4X6^3 - 6^2)/3 = 276
Example: N=4 A=10
(4(10)^3 - 10^2)/3 = 4000 - 100 = 3900 3900/3 = 1300
1^5 + 2^5 + 3^5 + 4^5 = 1+ 32 + 243 + 1024 = 1300