How to find the nth term of the sequence 1, 3, 6, 10, 15,...?

Hadley Poole

Hadley Poole

Answered question

2023-02-18

How to find the nth term of the sequence 1 , 3 , 6 , 10 , 15 , ... ?

Answer & Explanation

Nathan Franco

Nathan Franco

Beginner2023-02-19Added 6 answers

These are clearly triangular numbers, but let's find matching polynomial formulas using a more general approach.
Write down the initial sequence:

1 , 3 , 6 , 10 , 15

Write down the sequence of differences between consecutive pairs of terms:

2 , 3 , 4 , 5

Write down the sequence of differences of those differences:

1 , 1 , 1

Having reached a constant sequence, we can write down a formula for the n th term using the initial term of each of these sequences as a coefficient:

a n = 1 0 ! + 2 1 ! ( n - 1 ) + 1 2 ! ( n - 1 ) ( n - 2 )
a n = 1 + 2 n - 2 + 1 2 n 2 - 3 2 n + 1
a n = 1 2 n 2 + 1 2 n
a n = 1 2 n ( n + 1 )

Do you have a similar question?

Recalculate according to your conditions!

Ask your question.
Get an expert answer.

Let our experts help you. Answer in as fast as 15 minutes.

Didn't find what you were looking for?