0

I can't seem to find a difference for this number pattern ..

Given a sequence ...

$1, 2/3 , 4/7 , 8/15 , 16/31 ... $

What is the next term of the sequence ?

I can't seem to spot a difference between them .. Anyone else can ? Thanks for the help !

user307640
  • 2,632
  • 2
  • 17
  • 27

2 Answers2

1

For any given fraction in the sequence:

The numerator is the previous denominator +1.

The denominator is 2 times the previous denominator + 1.

0

$$\left \{ \frac{2^{n-1}}{2^{n}-1} \right \}_{n=1}^{\infty}$$

Ng Chung Tak
  • 18,990