Asked by 000
n 1 2 3 4 5 6 ... n ... 20
f(n) 1 3 6 10 15 21...___...____
find the n term .
thanks.
f(n) 1 3 6 10 15 21...___...____
find the n term .
thanks.
Answers
Answered by
Reiny
f(n) = n(n+1)/2
The numbers produced by f(n) are called the triangular numbers.
Have you ever noticed the number of balls in setting up the triangle in billiards?
sum of balls in first row : 1
sum of balls after 2 rows: 3
sum of balls after 3 rows : 6
sum of balls after 4 rows: 10
etc.
so f(20) = 20(21)/2 = 210
The numbers produced by f(n) are called the triangular numbers.
Have you ever noticed the number of balls in setting up the triangle in billiards?
sum of balls in first row : 1
sum of balls after 2 rows: 3
sum of balls after 3 rows : 6
sum of balls after 4 rows: 10
etc.
so f(20) = 20(21)/2 = 210
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.