Predicting What Comes Next: Sequences and Progressions | EOT

Question 15

Suppose W1=1W_1 = 1, W2=2W_2 = 2 and for n>2n > 2, Wn=W1+W2++Wn2+2W_n = W_1 + W_2 + \dots + W_{n-2} + 2. Find the values of W1,W2,,W8W_1, W_2, \dots, W_8. Do you recognise this sequence?

Check your answer with HomiSolve it yourself, then let Homi check your steps and spot mistakes.
Solution
Understand the Question
  • We are given the first two terms: W1=1W_1 = 1 and W2=2W_2 = 2.
  • For any n>2n > 2, the nthn^{\text{th}} term is given by the formula: Wn=W1+W2++Wn2+2W_n = W_1 + W_2 + \dots + W_{n-2} + 2
  • We compute each term sequentially from W3W_3 to W8W_8 and examine the resulting pattern.

Step 1 · Compute terms W3W_3 through W8W_8

Given W1=1W_1 = 1 and W2=2W_2 = 2.

For n=3n = 3: W3=W1+2=1+2=3W_3 = W_1 + 2 = 1 + 2 = 3

For n=4n = 4: W4=W1+W2+2=1+2+2=5W_4 = W_1 + W_2 + 2 = 1 + 2 + 2 = 5

For n=5n = 5: W5=W1+W2+W3+2=1+2+3+2=8W_5 = W_1 + W_2 + W_3 + 2 = 1 + 2 + 3 + 2 = 8

For n=6n = 6: W6=W1+W2+W3+W4+2=1+2+3+5+2=13W_6 = W_1 + W_2 + W_3 + W_4 + 2 = 1 + 2 + 3 + 5 + 2 = 13

For n=7n = 7: W7=W1+W2+W3+W4+W5+2=1+2+3+5+8+2=21W_7 = W_1 + W_2 + W_3 + W_4 + W_5 + 2 = 1 + 2 + 3 + 5 + 8 + 2 = 21

For n=8n = 8: W8=W1+W2+W3+W4+W5+W6+2=1+2+3+5+8+13+2=34W_8 = W_1 + W_2 + W_3 + W_4 + W_5 + W_6 + 2 = 1 + 2 + 3 + 5 + 8 + 13 + 2 = 34

Step 2 · Identify the Pattern

The generated sequence of numbers is: 1,2,3,5,8,13,21,341, 2, 3, 5, 8, 13, 21, 34

Notice that subtracting consecutive terms gives:

WnWn1=(W1+W2++Wn2+2)(W1+W2++Wn3+2)=Wn2\begin{aligned} W_n - W_{n-1} &= (W_1 + W_2 + \dots + W_{n-2} + 2) - (W_1 + W_2 + \dots + W_{n-3} + 2) \\ &= W_{n-2} \end{aligned}

    Wn=Wn1+Wn2for n3\implies W_n = W_{n-1} + W_{n-2} \quad \text{for } n \ge 3

Each term after the second is the sum of the preceding two terms. This is the Fibonacci sequence (starting from 1,21, 2).

Answer

W1=1,W2=2,W3=3,W4=5,W5=8,W6=13,W7=21,W8=34W_1 = 1, W_2 = 2, W_3 = 3, W_4 = 5, W_5 = 8, W_6 = 13, W_7 = 21, W_8 = 34; this is the Fibonacci sequence.

Common Mistakes
  • Index Off-by-One: Adding terms up to Wn1W_{n-1} instead of Wn2W_{n-2}. The formula specifically sums terms up to index n2n-2 before adding 22.
  • Forgetting the +2+2 constant: Omitting the final constant +2+2 when summing the preceding terms.

More questions in EOT

Q1

Find the 31st31^{\text{st}} term of an AP whose 11th11^{\text{th}} term is 38 and 16th16^{\text{th}} term is 73.

Q2

Determine the AP whose third term is 16 and whose 7th7^{\text{th}} term exceeds the 5th5^{\text{th}} term by 12.

Q3

How many three-digit numbers are divisible by 77? (Hint: All three-digit numbers divisible by 77 form an AP. Find the smallest and largest such three-digit numbers.)

Q4

How many multiples of 4 lie between 10 and 250? (Hint: All multiples of 4 form an AP. Find the smallest and largest multiples of 4 between 10 and 250.)

Q5

Find a GP for which the sum of the first two terms is 4-4 and the fifth term is 4 times the third term.

Q6

Find all possible ways of expressing 100100 as the sum of consecutive natural numbers.

Q7

The number of bacteria in a certain culture doubles every hour. If there were 30 bacteria present in the culture originally, how many bacteria will be present at the end of the 2nd2^{\text{nd}} hour, 4th4^{\text{th}} hour and nthn^{\text{th}} hour?

Q8

The sum of the 4th4^{\text{th}} and 8th8^{\text{th}} terms of an AP is 24 and the sum of the 6th6^{\text{th}} and 10th10^{\text{th}} terms is 44. Find the first three terms of the AP.

Q9

Find the smallest value of nn such that the sum of the first nn natural numbers is greater than 1,000.

Q10

Which term of the GP: 2,8,32,2, 8, 32, \dots is 131072131072? Write the explicit formula as well as the recursive formula for the nthn^{\text{th}} term.

Q11

The sum of the first three terms of a GP is 1312\dfrac{13}{12} and their product is 1-1. Find the common ratio and the terms.

Q12

If the 4th4^{\text{th}}, 10th10^{\text{th}} and 16th16^{\text{th}} terms of a GP are xx, yy and zz respectively, prove that x,y,zx, y, z are in GP.

Q13

The sum of the first three terms of a geometric progression is 26, and the sum of their squares is 364. Find the terms of the GP.

Q14

Suppose P1=1P_1 = 1, P2=2P_2 = 2 and for n>2n > 2, Pn=P1+P2++Pn1+1P_n = P_1 + P_2 + \dots + P_{n-1} + 1. Find the values of P1,P2,,P8P_1, P_2, \dots, P_8. Can you find a simpler recursive formula for PnP_n? Can you give an explicit formula?

Q15

Suppose W1=1W_1 = 1, W2=2W_2 = 2 and for n>2n > 2, Wn=W1+W2++Wn2+2W_n = W_1 + W_2 + \dots + W_{n-2} + 2. Find the values of W1,W2,,W8W_1, W_2, \dots, W_8. Do you recognise this sequence?

← Back to Predicting What Comes Next: Sequences and Progressions