Write a program that finds the sum of the first n terms of the following series: 1x 22 +2 x 32 +3 x 42 + ... +n x (n + 1)2
Answers
Answered by
0
Answer:
Write a program in Java to find the sum of the following series
S= 2
1 + 42 + 63 +....................n terms
Take necessary input from the user.
Explanation:
Similar questions
Chemistry,
4 months ago
Social Sciences,
4 months ago
Chemistry,
4 months ago
Hindi,
9 months ago
Social Sciences,
9 months ago
Math,
1 year ago