asked 144k views
1 vote
Find the sum
of
the series
to
n termo
3+6+11...... to n terms​

1 Answer

1 vote

Answer:

Explanation:

Input: N = 2

Output: 9

The sum of first 2 terms of Series is

3 + 6 = 9

Input: N = 3

Output: 20

The sum of first 3 terms of Series is

3 + 6 + 11 = 20

answered
User Eulanda
by
8.1k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.