What is the explicit formula for the pattern 4, 9, 14, 19?

The sequence given is 4, 9, 14, 19. To find the explicit formula for this pattern, let’s first observe the differences between consecutive terms:

  • 9 – 4 = 5
  • 14 – 9 = 5
  • 19 – 14 = 5

The difference between consecutive terms is constant (5), indicating that this is an arithmetic sequence.

In an arithmetic sequence, the explicit formula can be expressed as:

an = a1 + (n – 1) * d

Where:

  • an is the nth term of the sequence,
  • a1 is the first term of the sequence,
  • n is the term number, and
  • d is the common difference between terms.

For our sequence:

  • a1 = 4
  • d = 5

Plugging these values into the formula gives:

an = 4 + (n – 1) * 5

This formula can be simplified to:

an = 5n – 1

So, the explicit form of the pattern 4, 9, 14, 19 is:

an = 5n – 1

With this formula, you can calculate any term in the sequence by substituting the corresponding value of n.

Leave a Comment