Pattern Problem 3

Level pending

Find the 20th number in the following sequence:

-23, -9, 11, 37, 69, 107, ...


The answer is 1269.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Saya Suka
Mar 6, 2021

T(n) = n × (3n + 5) - 31

T(20) = 20 × (3 × 20 + 5) - 31
= 20 × 65 - 31
= 1300 - 31
= 1269


Lee Isaac
Jun 2, 2015

The sequence goes,

-23, -9, 11, 37, 69, 107, 151, 201, 257, 319,...,1031, 1147, 1269 \boxed{1269}

Can you find the formula of the Nth number for this pattern?

Yes, i can.

Saya Suka - 3 months, 1 week ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...