Question: Write a python program to determine sum of powers of first n natural numbers using the following formula: s=1**p+2**p+3**p+....n**p where n=7 and p=2. Calculate and
Write a python program to determine sum of powers of first n natural numbers using the following formula:
s=1**p+2**p+3**p+....n**p where n=7 and p=2. Calculate and print sum of numbers.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
