1, 2, 3, 4, 5, 6, … (Natural Numbers)
1, 3, 5, 7, 9, 11, … (Odd Numbers)
1, 3, 6, 10, 15, 21, … (Triangular Numbers)
1, 4, 9, 16, 25, 36, … (Square Numbers)
Can you describe the pattern in each of the above sequences? Can you predict the next few numbers in these sequences?
Answer
Natural Numbers : 1, 2, 3, 4, 5, 6, …
Each term is 1 more than the previous term. So, the next few numbers are 6 + 1 = 7, 7 + 1 = 8, 8 + 1 = 9, 9 + 1 = 10, …
i.e. 7, 8, 9, 10, …
Odd Numbers : 1, 3, 5, 7, 9, 11, …
Each term is 2 more than the previous term. So, the next few numbers are 11 + 2 = 13, 13 + 2 = 15, 15 + 2 = 17, 17 + 2 = 19, …
i.e. 13, 15, 17, 19, …
Triangular Numbers : 1, 3, 6, 10, 15, 21, …
Each term is the sum of the natural numbers up to that term (1 = 1, 3 = 1 + 2, 6 = 1 + 2 + 3, 10 = 1 + 2 + 3 + 4, …). The differences between consecutive terms are 2, 3, 4, 5, 6, …, so the next differences are 7, 8, 9, 10.
The next few numbers are 21 + 7 = 28, 28 + 8 = 36, 36 + 9 = 45, 45 + 10 = 55, …
i.e. 28, 36, 45, 55, …
Square Numbers : 1, 4, 9, 16, 25, 36, …
Each term is the square of its position number (1 = 12, 4 = 22, 9 = 32, …). Also, each term is the sum of consecutive odd numbers (1 = 1, 4 = 1 + 3, 9 = 1 + 3 + 5, …), so the differences between consecutive terms are 3, 5, 7, 9, 11, … and the next differences are 13, 15, 17, 19.
The next few numbers are 36 + 13 = 49, 49 + 15 = 64, 64 + 17 = 81, 81 + 19 = 100, …
i.e. 49, 64, 81, 100, …
Can you think of any other kinds of sequences? List out five different types of sequences and discuss their properties with your friends.
Answer
Yes, there are many other kinds of sequences. Five different types of sequences along with their properties are given below.
1. Even Numbers: 2, 4, 6, 8, 10, …
Each term is 2 more than the previous term, so the difference between consecutive terms is constant (= 2). The nth term is tn = 2n.
2. Multiples of 5: 5, 10, 15, 20, 25, …
Each term is obtained by adding 5 to the previous term, so the difference between consecutive terms is constant (= 5). The nth term is tn = 5n.
3. Powers of 2: 1, 2, 4, 8, 16, 32, …
Each term is twice the previous term, so the ratio of consecutive terms is constant (= 2). The nth term is tn = 2n - 1.
4. Unit Fractions:
The terms are fractions occurring in decreasing order, getting closer and closer to 0. The nth term is tn = .
5. Virahānka–Fibonacci Sequence: 1, 2, 3, 5, 8, 13, 21, …
Each term from the third term onwards is the sum of the two preceding terms, i.e. tn = tn - 1 + tn - 2 for n ≥ 3.
Why is it useful to have an explicit formula for the nth term of a sequence?
Answer
An explicit formula uses the position number n to calculate the value of a term directly. It is useful because:
We can find any term of the sequence (such as the 20th, 53rd, 300th or any other term) directly by just substituting the value of n in the formula, without having to know the values of the previous terms.
We can use it to check whether a given number is a term of the sequence and, if it is, to find the position it occupies in the sequence.
Using the explicit rule un = 2n – 1, find the 53rd, 108th and 1170th terms of the odd-number sequence.
Answer
Using un = 2n - 1,
u53 = 2(53) - 1 = 106 - 1 = 105,
u108 = 2(108) - 1 = 216 - 1 = 215,
u1170 = 2(1170) - 1 = 2340 - 1 = 2339.
Hence, the 53rd, 108th and 1170th terms are 105, 215 and 2339 respectively.
Can you find the rule describing the nth term of the sequence of square numbers?
Answer
The sequence of square numbers is 1, 4, 9, 16, 25, 36, …
Each term is the square of its position number:
1 = 12, 4 = 22, 9 = 32, 16 = 42, 25 = 52, 36 = 62, …
So the term in the nth position is the square of n.
Hence, the nth term of the sequence of square numbers is tn = n2.
Consider the expression tn = 3n – 7.
(i) Find its first, second, third, 12th, 18th and 50th terms.
(ii) Which term of the sequence is 332?
(iii) Is 557 a term of this sequence? Why or why not?
Answer
(i) Using tn = 3n - 7,
t1 = 3(1) - 7 = -4,
t2 = 3(2) - 7 = -1,
t3 = 3(3) - 7 = 2,
t12 = 3(12) - 7 = 29,
t18 = 3(18) - 7 = 47,
t50 = 3(50) - 7 = 143.
(ii) Let 332 be the nth term.
⇒ 3n - 7 = 332
⇒ 3n = 339
⇒ n = 113.
Thus, 332 is the 113th term.
(iii) Let 557 be the nth term.
⇒ 3n - 7 = 557
⇒ 3n = 564
⇒ n = 188.
Since 188 is a natural number, 557 is a term of the sequence; it is the 188th term.
Hence, the required terms are -4, -1, 2, 29, 47 and 143; 332 is the 113th term; and 557 is the 188th term.
Find the first five terms of the sequence in which the nth term is given by (i) tn = 3n – 4, (ii) tn = 2 – 5n, and (iii) tn = n2 – 2n + 3 for n ≥ 1.
Answer
(i) Given, tn = 3n - 4.
Putting n = 1, 2, 3, 4, 5 we get,
t1 = 3(1) - 4 = 3 - 4 = -1,
t2 = 3(2) - 4 = 6 - 4 = 2,
t3 = 3(3) - 4 = 9 - 4 = 5,
t4 = 3(4) - 4 = 12 - 4 = 8,
t5 = 3(5) - 4 = 15 - 4 = 11.
Hence, the first five terms of the sequence are -1, 2, 5, 8, 11.
(ii) Given, tn = 2 - 5n.
Putting n = 1, 2, 3, 4, 5 we get,
t1 = 2 - 5(1) = 2 - 5 = -3,
t2 = 2 - 5(2) = 2 - 10 = -8,
t3 = 2 - 5(3) = 2 - 15 = -13,
t4 = 2 - 5(4) = 2 - 20 = -18,
t5 = 2 - 5(5) = 2 - 25 = -23.
Hence, the first five terms of the sequence are -3, -8, -13, -18, -23.
(iii) Given, tn = n2 - 2n + 3.
Putting n = 1, 2, 3, 4, 5 we get,
t1 = (1)2 - 2(1) + 3 = 1 - 2 + 3 = 2,
t2 = (2)2 - 2(2) + 3 = 4 - 4 + 3 = 3,
t3 = (3)2 - 2(3) + 3 = 9 - 6 + 3 = 6,
t4 = (4)2 - 2(4) + 3 = 16 - 8 + 3 = 11,
t5 = (5)2 - 2(5) + 3 = 25 - 10 + 3 = 18.
Hence, the first five terms of the sequence are 2, 3, 6, 11, 18.
Find the 10th and 15th terms of the sequence tn = 5n – 3 for n ≥ 1.
Answer
Given, tn = 5n - 3.
Putting n = 10, for the 10th term we get,
t10 = 5(10) - 3 = 50 - 3 = 47.
Putting n = 15, for the 15th term we get,
t15 = 5(15) - 3 = 75 - 3 = 72.
Hence, the 10th term is 47 and the 15th term is 72.
Determine whether 97 and 172 are terms of the sequence tn = 5n – 3 for n ≥ 1.
Answer
Given, tn = 5n - 3.
A number is a term of the sequence only if the value of n obtained on solving tn = (that number) is a natural number.
For 97:
Let 97 be the nth term, i.e. tn = 97.
⇒ 5n - 3 = 97
⇒ 5n = 97 + 3
⇒ 5n = 100
⇒ n =
⇒ n = 20, which is a natural number.
So, 97 is a term of the sequence (the 20th term).
For 172:
Let 172 be the nth term, i.e. tn = 172.
⇒ 5n - 3 = 172
⇒ 5n = 172 + 3
⇒ 5n = 175
⇒ n =
⇒ n = 35, which is a natural number.
So, 172 is a term of the sequence (the 35th term).
Hence, both 97 and 172 are terms of the sequence, being the 20th and 35th terms respectively.
Which term of the sequence tn = 5n – 3 for n ≥ 1 is 607?
Answer
Given, tn = 5n - 3.
Let 607 be the nth term of the sequence, i.e. tn = 607.
⇒ 5n - 3 = 607
⇒ 5n = 607 + 3
⇒ 5n = 610
⇒ n =
⇒ n = 122.
Hence, 607 is the 122nd term of the sequence.
A sequence is given by the recursive rule t1 = – 5, tn+1 = tn + 3 for n ≥ 1. Find the first five terms of the sequence. Is 52 a term of this sequence? If so, which term is it?
Answer
Given, t1 = -5 and tn+1 = tn + 3 for n ≥ 1.
Putting n = 1, 2, 3, 4 successively we get,
t2 = t1 + 3 = -5 + 3 = -2,
t3 = t2 + 3 = -2 + 3 = 1,
t4 = t3 + 3 = 1 + 3 = 4,
t5 = t4 + 3 = 4 + 3 = 7.
∴ The first five terms of the sequence are -5, -2, 1, 4, 7.
Since each term is obtained by adding 3 to the previous term, the sequence is an AP with first term a = -5 and common difference d = 3.
∴ nth term = tn = a + (n - 1)d = -5 + (n - 1)(3) = -5 + 3n - 3 = 3n - 8.
Let 52 be the nth term, i.e. tn = 52.
⇒ 3n - 8 = 52
⇒ 3n = 52 + 8
⇒ 3n = 60
⇒ n =
⇒ n = 20.
Hence, the first five terms of the sequence are -5, -2, 1, 4, 7 and 52 is a term of the sequence, being its 20th term.
Let T1 = 1, T2 = 2, T3 = 4, and Tn = Tn–1 + Tn–2 + Tn–3 for n ≥ 4. Find T4, T5, T6, T7, and T8.
Answer
Given, T1 = 1, T2 = 2, T3 = 4 and Tn = Tn-1 + Tn-2 + Tn-3 for n ≥ 4.
Putting n = 4, 5, 6, 7, 8 successively we get,
T4 = T3 + T2 + T1 = 4 + 2 + 1 = 7,
T5 = T4 + T3 + T2 = 7 + 4 + 2 = 13,
T6 = T5 + T4 + T3 = 13 + 7 + 4 = 24,
T7 = T6 + T5 + T4 = 24 + 13 + 7 = 44,
T8 = T7 + T6 + T5 = 44 + 24 + 13 = 81.
Hence, T4 = 7, T5 = 13, T6 = 24, T7 = 44 and T8 = 81.
Can you predict the number of squares in Stages 5 and 6 of the sequence? In Stages 10, 11 and 12? In Stage 20? At any stage?

Answer
The number of tiny squares at successive stages forms the sequence 1, 5, 9, 13, …
At each stage, 4 squares get added to the corners of the pattern in the earlier stage, so the difference between consecutive terms is the fixed number 4. Hence the sequence is an AP with first term a = 1 and common difference d = 4.
The number of squares at the nth stage is given by:
tn = a + (n - 1)d = 1 + (n - 1) × 4 = 4n - 3.
Putting the required values of n, we get:
Stage 5: t5 = 4 × 5 - 3 = 20 - 3 = 17,
Stage 6: t6 = 4 × 6 - 3 = 24 - 3 = 21,
Stage 10: t10 = 4 × 10 - 3 = 40 - 3 = 37,
Stage 11: t11 = 4 × 11 - 3 = 44 - 3 = 41,
Stage 12: t12 = 4 × 12 - 3 = 48 - 3 = 45,
Stage 20: t20 = 4 × 20 - 3 = 80 - 3 = 77.
Hence, the number of squares in Stage 5 = 17, Stage 6 = 21; Stage 10 = 37, Stage 11 = 41, Stage 12 = 45; Stage 20 = 77; and 4n - 3 at any stage n.
Consider all the sequences discussed so far in the chapter. Which ones are arithmetic progressions and which ones are not? Justify your answer.
Answer
A sequence is an AP when the difference between every pair of consecutive terms is constant.
The following sequences are APs:
- Natural numbers 1, 2, 3, 4, …, with common difference 1.
- Odd numbers 1, 3, 5, 7, …, with common difference 2.
- The sequence 1, 4, 7, 10, …, with common difference 3.
- The sequence -7, -3, 1, 5, …, with common difference 4.
- Any sequence given by a linear rule such as sn = 5n - 2 or tn = 3n - 7.
The following sequences are not APs:
- Triangular numbers 1, 3, 6, 10, …, because the consecutive differences are 2, 3, 4, … .
- Square numbers 1, 4, 9, 16, …, because the consecutive differences are 3, 5, 7, … .
- Unit fractions 1, , , , …, because their consecutive differences are not constant.
- Prime numbers 2, 3, 5, 7, 11, …, because their consecutive differences are not constant.
- The Virahānka–Fibonacci sequence 1, 2, 3, 5, 8, …, because its consecutive differences are not constant.
Thus, only the sequences having a fixed difference between consecutive terms are arithmetic progressions.
Verify that the following sequences are arithmetic progressions and write their nth terms. What do you observe when you plot the ordered pairs obtained from them?
(i) 2, 5, 8, 11, …
(ii) -5, -1, 3, 7, …
Answer
(i) The consecutive differences are
5 - 2 = 3, 8 - 5 = 3 and 11 - 8 = 3.
Therefore, the sequence is an AP with a = 2 and d = 3.
(ii) The consecutive differences are
-1 - (-5) = 4, 3 - (-1) = 4 and 7 - 3 = 4.
Therefore, the sequence is an AP with a = -5 and d = 4.
In each case, the rule for tn is linear in n. Therefore, the ordered pairs (n, tn) lie on a straight line.
Hence, the nth terms are tn = 3n - 1 and tn = 4n - 9 respectively, and the corresponding plotted points lie on straight lines.
Using the formula tn = a + (n - 1)d, find the nth term of the following arithmetic progressions.
(i)
(ii) 1.5, 3.5, 5.5, 7.5, …
Answer
(i) Here, a = and d = 2.
(ii) Here, a = 1.5 and d = 2.
Hence, the nth terms are and respectively.
Find recursive rules for the APs in the previous two exercises.
Answer
The recursive rule of an AP is t1 = a and tn = tn - 1 + d for n ≥ 2.
Therefore:
(i) For 2, 5, 8, 11, … :
t1 = 2, tn = tn - 1 + 3 for n ≥ 2.
(ii) For -5, -1, 3, 7, … :
t1 = -5, tn = tn - 1 + 4 for n ≥ 2.
(iii) For :
t1 = , tn = tn - 1 + 2 for n ≥ 2.
(iv) For 1.5, 3.5, 5.5, … :
t1 = 1.5, tn = tn - 1 + 2 for n ≥ 2.
To find the sum of the first ten natural numbers without actually adding all of them, we can use the below method:
S = 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10
S = 10 + 9 + 8 + 7 + 6 + 5 + 4 + 3 + 2 + 1
Each pair of corresponding numbers, 1 + 10, 2 + 9, 3 + 8, ... , 10 + 1, in the two equations add up to 11.
2S = 11 + 11 + 11 + … + 11 (that is, 11 added 10 times).
This leads to 2S = 110 or S = 55.
Can the same approach be used to find the sum of 1 + 2 + 3 + … + 100?
Answer
Yes, the same approach can be used.
Let S denote the sum of the first hundred natural numbers. Thus,
S = 1 + 2 + 3 + … + 99 + 100.
We can also write it in the reverse order as
S = 100 + 99 + 98 + … + 2 + 1.
Placing these two equations one below the other,
S = 1 + 2 + 3 + … + 99 + 100
S = 100 + 99 + 98 + … + 2 + 1
each pair of corresponding numbers, 1 + 100, 2 + 99, 3 + 98, … , 100 + 1, adds up to 101.
Adding the two equations for S, we get
2S = 101 + 101 + 101 + … + 101 (that is, 101 added 100 times).
⇒ 2S = 101 × 100
⇒ 2S = 10100
⇒ S =
⇒ S = 5050.
Hence, the sum 1 + 2 + 3 + … + 100 = 5050.
Can you use the formula Sn = to find S20, S50 or S1000?
Answer
Yes, we can substitute the required value of n in the formula Sn = .
Putting n = 20,
S20 =
Putting n = 50,
S50 =
Putting n = 1000,
S1000 =
Hence, S20 = 210, S50 = 1275 and S1000 = 500500.
Let us revisit the sequence tn of triangular numbers 1, 3, 6, 10, 15, … shown in Fig. 8.1. Note that the nth term of this sequence is the sum of the first n natural numbers. Thus tn = .
Can you use this to find the 10th, 17th and 80th triangular numbers?

Answer
Yes, we can substitute the required value of n in the formula tn = .
Putting n = 10, the 10th triangular number is
t10 =
Putting n = 17, the 17th triangular number is
t17 =
Putting n = 80, the 80th triangular number is
t80 =
Hence, the 10th, 17th and 80th triangular numbers are 55, 153 and 3240 respectively.
Find the 10th and 26th terms of the AP: 3, 8, 13, 18, ….
Answer
The given AP is 3, 8, 13, 18, ….
Here, first term a = 3
common difference d = 8 - 3 = 5.
The nth term of an AP is given by:
tn = a + (n - 1)d.
∴ tn = 3 + (n - 1)5
= 3 + 5n - 5
= 5n - 2.
Putting n = 10, we get
t10 = 5 × 10 - 2
= 50 - 2
= 48.
Putting n = 26, we get
t26 = 5 × 26 - 2
= 130 - 2
= 128.
Hence, the 10th term is 48 and the 26th term is 128.
Which term of the AP: 21, 18, 15, … is – 81? Also, is 0 a term of this AP? Give reasons for your answer.
Answer
The given AP is 21, 18, 15, ….
Here, first term a = 21
common difference d = 18 - 21 = -3.
The nth term of an AP is given by:
tn = a + (n - 1)d.
∴ tn = 21 + (n - 1)(-3)
= 21 - 3n + 3
= 24 - 3n.
Let -81 be the nth term of the AP, i.e. tn = -81.
⇒ 24 - 3n = -81
⇒ 3n = 24 + 81
⇒ 3n = 105
⇒ n =
⇒ n = 35.
So, -81 is the 35th term of the AP.
Now, let us check whether 0 is a term of the AP, i.e. tn = 0.
⇒ 24 - 3n = 0
⇒ 3n = 24
⇒ n =
⇒ n = 8.
Since n = 8 is a natural number, 0 is the 8th term of the AP.
Hence, -81 is the 35th term of the AP, and 0 is the 8th term of the AP.
Find the nth term of the AP: 11, 8, 5, 2 … Write the recursive rule for this AP.
Answer
The given AP is 11, 8, 5, 2, ….
Here, first term a = 11
common difference d = 8 - 11 = -3.
The nth term of an AP is given by:
tn = a + (n - 1)d.
∴ tn = 11 + (n - 1)(-3)
= 11 - 3n + 3
= 14 - 3n.
Since every term is 3 less than its previous term, the recursive rule is:
t1 = 11, tn = tn - 1 - 3 for n ≥ 2.
Hence, the nth term is tn = 14 - 3n and the recursive rule is t1 = 11, tn = tn - 1 - 3 for n ≥ 2.
An AP consists of 50 terms in which the 3rd term is 12 and the last term is 106. Find the 29th term.
(Hint: If 'a' is the first term and 'd' the common difference, then we arrive at the equations a + 2d = 12 and a + 49d = 106. Solve this pair of linear equations for 'a' and 'd'.)
Answer
Let the first term be a and the common difference be d.
The nth term of an AP is given by:
tn = a + (n - 1)d.
Given, the 3rd term is 12.
⇒ t3 = a + (3 - 1)d = 12
⇒ a + 2d = 12 (Eq 1)
Since the AP has 50 terms, the last term is the 50th term, which is 106.
⇒ t50 = a + (50 - 1)d = 106
⇒ a + 49d = 106 (Eq 2)
Subtracting Eq 1 from Eq 2,
(a + 49d) - (a + 2d) = 106 - 12
⇒ 47d = 94
⇒ d = 2.
Putting d = 2 in Eq 1,
⇒ a + 2 × 2 = 12
⇒ a + 4 = 12
⇒ a = 8.
Now, the 29th term is
t29 = a + (29 - 1)d
= 8 + 28 × 2
= 8 + 56
= 64.
Hence, the 29th term of the AP is 64.
How many 2-digit numbers are divisible by 3? What is the sum of all these 2-digit numbers?
Answer
The 2-digit numbers which are divisible by 3 are:
12, 15, 18, 21, …, 99.
These numbers form an AP with:
first term a = 12,
common difference d = 15 - 12 = 3
last term = l = 99.
Let 99 be the nth term, i.e. tn = 99.
Using the formula, tn = a + (n - 1)d
99 = 12 + (n - 1)3
99 = 12 + 3n - 3
99 = 9 + 3n
3n = 90
n = 30.
So, there are 30 such numbers.
Let S be the sum of these numbers. Writing S in two ways:
Adding both rows term by term, each pair adds up to 12 + 99 = 111, and there are 30 such pairs:
Hence, there are 30 two-digit numbers divisible by 3 and their sum is 1665.
Harish started work at an annual salary of ₹5,00,000 and received an increment of ₹20,000 each year. After how many years did his income reach ₹7,00,000?
Answer
Harish's annual salary in successive years is
₹5,00,000, ₹5,20,000, ₹5,40,000, …
This forms an AP with first term a = 5,00,000
common difference d = 20,000.
Let his income reach ₹7,00,000 in the nth year, i.e. tn = 7,00,000.
By formula, tn = a + (n - 1)d
⇒ 7,00,000 = 5,00,000 + (n - 1) × 20,000
⇒ 7,00,000 - 5,00,000 = (n - 1) × 20,000
⇒ 2,00,000 = (n - 1) × 20,000
⇒ n - 1 =
⇒ n - 1 = 10
⇒ n = 11.
So his income reaches ₹7,00,000 in the 11th year, that is, after 10 years of increments.
Hence, after 10 years (in the 11th year) Harish's income reached ₹7,00,000.
A child arranges marbles in rows so that the first row has 1 marble, the second has 2 marbles, the third has 3, and so on up to 25 rows. How many marbles does the child use in all?
Answer
The number of marbles in successive rows is 1, 2, 3, 4, ……, 25.
So, the total number of marbles used is the sum of the first 25 natural numbers.
Total marbles = 1 + 2 + 3 + … + 25 = S25.
By formula, Sn =
Putting n = 25,
Hence, the child uses 325 marbles in all.
Can you predict the number of squares in Stages 5 and 6 of the pattern? In Stages 10, 11 and 12? In Stage 20? At any stage? How is this different from the growing pattern in Fig. 8.3?


Answer
The number of green squares in the four stages of the pattern (Fig. 8.6) gives the list of numbers 3, 6, 12, 24, …
Here, , a fixed number.
So, the given list of numbers forms a GP with first term a = 3 and common ratio r = 2.
By formula, the number of squares at the nth stage = tn = arn - 1 = 3 × 2n - 1.
Putting n = 5 and n = 6, the number of squares in Stages 5 and 6 are:
t5 = 3 × 25 - 1 = 3 × 24 = 3 × 16 = 48,
t6 = 3 × 26 - 1 = 3 × 25 = 3 × 32 = 96.
Putting n = 10, 11 and 12, the number of squares in Stages 10, 11 and 12 are:
t10 = 3 × 210 - 1 = 3 × 29 = 3 × 512 = 1536,
t11 = 3 × 211 - 1 = 3 × 210 = 3 × 1024 = 3072,
t12 = 3 × 212 - 1 = 3 × 211 = 3 × 2048 = 6144.
Putting n = 20, the number of squares in Stage 20 is:
t20 = 3 × 220 - 1 = 3 × 219 = 3 × 524288 = 1572864.
At any stage, the number of squares = tn = 3 × 2n - 1.
Hence, the number of squares in Stage 5 = 48 and Stage 6 = 96; Stage 10 = 1536, Stage 11 = 3072 and Stage 12 = 6144; Stage 20 = 1572864; and 3 × 2n - 1 at any stage n.
How it is different from Fig. 8.3: In Fig. 8.3, the number of squares (1, 5, 9, 13, …) increases by adding a fixed number 4 at each stage, so the difference between consecutive terms is constant — it forms an AP In Fig. 8.6, the number of squares (3, 6, 12, 24, …) is doubled at each stage, so the ratio between consecutive terms is constant — it forms a GP Thus, the pattern in Fig. 8.3 grows by a fixed amount, while the pattern in Fig. 8.6 grows by a fixed multiple and therefore increases much more rapidly.
Check whether the following sequences are geometric progressions and find their nth terms.
(i) 2, 10, 50, 250, …
(ii)
(iii)
Answer
(i)
Thus, the sequence is a GP with a = 2 and r = 5.
(ii)
Thus, the sequence is a GP with a = 4 and r = .
(iii)
Thus, the sequence is a GP with a = 3 and r = .
Hence, all three sequences are GPs. Their nth terms are , and respectively.
Can you find a recursive rule for the formula tn = 3 × 10n - 1 that generates the geometric progression 3, 30, 300, 3000, …?
Answer
The first term is 3, and every term after the first is 10 times the preceding term.
Therefore, the recursive rule is
t1 = 3, tn = 10tn - 1 for n ≥ 2.
Hence, the required recursive rule is t1 = 3 and tn = 10tn - 1 for n ≥ 2.
Observe the Sierpiński triangle and try to answer the following questions
(a) How many black triangles are there in Stages 0 to 3 of Fig. 8.7?
(b) Can you predict the number of black triangles at Stages 4 and 5?
(c) Can you find a rule for the number of black triangles at the nth stage?
(d) Suppose the area of the triangle (that is, the black region) in Stage 0 is 1 square unit. What is the area of the black region in Stages 1, 2 and 3? What will be the area of the black region in Stages 4 and 5? Find a rule for the area of the black region at the nth stage. What happens to this area as n, the number of stages, goes on increasing?

Answer
(a) At every stage, each black triangle is replaced by three smaller black triangles at the next stage. So the number of black triangles becomes three times the number at the previous stage.
Stage 0: 1 black triangle,
Stage 1: 1 × 3 = 3 black triangles,
Stage 2: 3 × 3 = 9 black triangles,
Stage 3: 9 × 3 = 27 black triangles.
Hence, the numbers of black triangles in Stages 0 to 3 are 1, 3, 9 and 27.
(b) Continuing the same way (multiplying by 3 each time),
Stage 4: 27 × 3 = 81 black triangles,
Stage 5: 81 × 3 = 243 black triangles.
Hence, the numbers of black triangles at Stages 4 and 5 are 81 and 243.
(c) The number of black triangles forms the list 1, 3, 9, 27, 81, 243, …
Here, , a fixed number, so it is a GP
All these terms are powers of 3:
1 = 30, 3 = 31, 9 = 32, 27 = 33, …
The exponent of 3 matches the stage number.
Hence, the number of black triangles at the nth stage is tn = 3n.
(d) In Stage 1, the triangle at Stage 0 is divided into 4 equal parts and the central part is removed. So of the area remains. The same process is repeated at every stage, so the area is multiplied by each time.
Area at Stage 1 = square units,
Area at Stage 2 = square units,
Area at Stage 3 = square units.
For Stages 4 and 5,
Area at Stage 4 = square units,
Area at Stage 5 = square units.
The areas form a GP with first term 1 and common ratio .
Hence, the area of the black region at the nth stage is sn = .
As n goes on increasing, the common ratio is less than 1, so each term is smaller than the previous one.
Thus, the area of the black region keeps decreasing and gets closer and closer to 0.
Find the 12th term of a GP with common ratio 2, whose 8th term is 192.
Answer
Given, a8 = 192 and r = 2.
By formula, an = arn - 1.
⇒ a8 = a(2)(8 - 1)
⇒ 192 = a(2)7
⇒ a =
12th term of the GP is a12,
Hence, the 12th term of the GP is 3072.
Find the 10th and nth terms of the GP: 5, 25, 125, … .
Answer
The given list of numbers 5, 25, 125, … is a GP
first term a = 5
common ratio r = = 5.
By formula, an = arn - 1
a10 = 5(5)10 - 1 = 5(5)9 = 510.
an = 5(5)n - 1 = 5 x 5n x 5-1 = 5n.
Hence, the 10th term is 510 and the nth term is 5n.
A sequence is given by the recursive rule t1 = 2, tn+1 = 3tn – 2 for n ≥ 1. Which term of the sequence is 730?
Answer
Given, t1 = 2 and tn+1 = 3tn – 2 for n ≥ 1.
We successively insert the values of n as 1, 2, 3, … and compute the terms.
t2 = 3t1 – 2 = 3 × 2 – 2 = 4,
t3 = 3t2 – 2 = 3 × 4 – 2 = 10,
t4 = 3t3 – 2 = 3 × 10 – 2 = 28,
t5 = 3t4 – 2 = 3 × 28 – 2 = 82,
t6 = 3t5 – 2 = 3 × 82 – 2 = 244,
t7 = 3t6 – 2 = 3 × 244 – 2 = 730.
So, the term 730 occurs at the 7th position.
Hence, 730 is the 7th term of the sequence.
Which term of the GP: 2, 6, 18, … is 4374? Write the explicit formula as well as the recursive formula for the nth term.
Answer
The given list of numbers 2, 6, 18, … is a GP
first term a = 2
common ratio r = = 3.
Let 4374 be the nth term, or an = 4374.
Using the formula, an = arn - 1.
⇒ 4374 = 2(3)n - 1
⇒
⇒ 2187 = (3)n - 1
⇒ 37 = (3)n - 1
⇒ n - 1 = 7
⇒ n = 8.
The explicit formula for the nth term is tn = arn - 1 = 2 × 3n - 1.
The recursive formula for the nth term is t1 = 2, tn = 3tn - 1 for n ≥ 2.
Hence, 4374 is the 8th term of the GP The explicit formula is tn = 2 × 3n - 1 and the recursive formula is t1 = 2, tn = 3tn - 1 for n ≥ 2.
A ball is dropped from a height of 80 metres. After hitting the ground, it bounces back to 60% of the height from which it fell. It continues bouncing in this way — each time rising to 60% of the previous height.
(i) What height does the ball reach after the 5th bounce?
(ii) What is the total vertical distance the ball has travelled by the time it hits the ground for the 6th time?
Answer
The ball is dropped from a height of 80 m and rises to 60% (= 0.6) of the previous height after each bounce.
(i) The maximum heights reached after successive bounces are:
1st bounce: 80 × 0.6 = 48 m,
2nd bounce: 48 × 0.6 = 28.8 m,
3rd bounce: 28.8 × 0.6 = 17.28 m,
4th bounce: 17.28 × 0.6 = 10.368 m,
5th bounce: 10.368 × 0.6 = 6.2208 m.
These heights form a GP with first term 48 and common ratio 0.6, so the height after the nth bounce = 80 × (0.6)n.
∴ Height after the 5th bounce = 80 × (0.6)5 = 80 × 0.07776 = 6.2208 m.
Hence, the ball reaches a height of 6.2208 m after the 5th bounce.
(ii) The ball first falls 80 m and hits the ground for the 1st time. After that, before each bounce, it rises to a height and falls back the same distance. The ball hits the ground for the 6th time after 5 complete up-and-down bounces (the bounces of heights 48, 28.8, 17.28, 10.368 and 6.2208 m).
∴ Total vertical distance = 80 + 2(48 + 28.8 + 17.28 + 10.368 + 6.2208)
= 80 + 2 × 110.6688
= 80 + 221.3376
= 301.3376 m.
Hence, the total vertical distance travelled by the ball by the time it hits the ground for the 6th time is 301.3376 m.
Which term of the sequence 2, , 4, … is 128?
Answer
The given list of numbers is a GP with first term a = 2 and common ratio r =
Let 128 be the nth term, or an = 128.
By formula, an = arn - 1.
Hence, 128 is the 13th term of the sequence.
Fig. 8.12 shows Stages 0 to 3 of the Sierpiński square carpet. Stage 0 of this fractal is a square sheet of paper. To construct Stage 1, each side of the square is trisected and the points of trisection of opposite sides are joined to obtain nine smaller squares. The centre square is then removed and the 8 smaller squares are retained, leaving a square hole in the centre. The same process is repeated on the eight smaller shaded squares to obtain Stage 2 and so on.

Look at Fig. 8.12 and try to answer the following questions.
(i) How many red squares are there in Stages 0 to 3?
(ii) Can you predict the number of red squares in Stages 4 and 5?
(iii) Can you find a rule for the number of red squares at the nth stage? Write the explicit formula as well as the recursive formula for the number of red squares at any stage.
(iv) Suppose the area of the square in Stage 0 is 1 square unit. What is the area of the red region in Stages 1, 2 and 3? What will be the area of the red region in Stages 4 and 5? Find the explicit as well as the recursive formula for the area of the red region at the nth stage. What happens to this area as n, the number of stages, goes on increasing?
Answer
At every stage, each red square is divided into 9 smaller squares, the centre one is removed, and 8 red squares are retained. So the number of red squares becomes 8 times the number at the previous stage.
(i) Stage 0: 1 red square,
Stage 1: 1 × 8 = 8 red squares,
Stage 2: 8 × 8 = 64 red squares,
Stage 3: 64 × 8 = 512 red squares.
Hence, the numbers of red squares in Stages 0 to 3 are 1, 8, 64 and 512.
(ii) Continuing the same way (multiplying by 8 each time),
Stage 4: 512 × 8 = 4096 red squares,
Stage 5: 4096 × 8 = 32768 red squares.
Hence, the numbers of red squares at Stages 4 and 5 are 4096 and 32768.
(iii) The number of red squares forms the list 1, 8, 64, 512, …
Here, , a fixed number, so it is a GP
All these terms are powers of 8:
1 = 80, 8 = 81, 64 = 82, 512 = 83, …
where the exponent of 8 matches the stage number.
The explicit formula for the number of red squares at the nth stage is tn = 8n.
The recursive formula is t0 = 1, tn = 8 × tn - 1 for n ≥ 1.
Hence, the number of red squares at the nth stage is tn = 8n, with recursive rule t0 = 1, tn = 8 × tn - 1 for n ≥ 1.
(iv) In each stage, the square is divided into 9 equal smaller squares and 1 (the centre) is removed, so of the area remains. The same process is repeated at every stage, so the red area is multiplied by each time.
Area at Stage 1 = square units,
Area at Stage 2 = square units,
Area at Stage 3 = square units.
For Stages 4 and 5,
Area at Stage 4 = square units,
Area at Stage 5 = square units.
The areas form a GP with first term 1 and common ratio .
The explicit formula for the area of the red region at the nth stage is sn = .
The recursive formula is s0 = 1, sn = × sn - 1 for n ≥ 1.
As n goes on increasing, the common ratio is less than 1, so each term is smaller than the previous one.
Thus, the area of the red region keeps decreasing and gets closer and closer to 0.
Find the 31st term of an AP whose 11th term is 38 and 16th term is 73.
Answer
Given,
t11 = 38 (Eq 1)
t16 = 73 (Eq 2)
By using formula tn = a + (n - 1)d for Eq 1 we get,
⇒ t11 = a + (11 - 1)d = 38
⇒ a + 10d = 38 (Eq 3)
By using formula tn = a + (n - 1)d for Eq 2 we get,
⇒ t16 = a + (16 - 1)d = 73
⇒ a + 15d = 73 (Eq 4)
Subtracting Eq 3 from Eq 4,
⇒ (a + 15d) - (a + 10d) = 73 - 38
⇒ 5d = 35
⇒ d = 7.
Putting value of d in Eq 3,
⇒ a + 10(7) = 38
⇒ a + 70 = 38
⇒ a = 38 - 70
⇒ a = -32.
∴ 31st term = t31 = a + (31 - 1)d
= -32 + 30(7)
= -32 + 210
= 178.
Hence, the 31st term of the AP is 178.
Determine the AP whose third term is 16 and whose 7th term exceeds the 5th term by 12.
Answer
Given
t3 = 16 (Eq 1)
t7 - t5 = 12 (Eq 2)
By using formula tn = a + (n - 1)d on Eq 1 we get,
⇒ t3 = a + (3 - 1)d = 16
⇒ a + 2d = 16
⇒ a = 16 - 2d. (Eq 3)
By using formula tn = a + (n - 1)d on Eq 2 we get,
⇒ t7 - t5 = 12
⇒ a + (7 - 1)d - [a + (5 - 1)d] = 12
⇒ a + 6d - a - 4d = 12
⇒ 2d = 12
⇒ d = 6.
∴ a = 16 - 2d
= 16 - 2(6)
= 16 - 12
= 4.
t2 = a + d = 4 + 6 = 10,
t3 = t2 + d = 10 + 6 = 16,
t4 = t3 + d = 16 + 6 = 22.
Hence, the AP is 4, 10, 16, 22, …
How many three-digit numbers are divisible by 7?
(Hint: All three-digit numbers divisible by 7 form an AP. Find the smallest and largest such three-digit numbers.)
Answer
The three-digit numbers range from 100 to 999.
The smallest three-digit number divisible by 7 is 105 (since 7 × 15 = 105).
The largest three-digit number divisible by 7 is 994 (since 7 × 142 = 994).
So the three-digit numbers divisible by 7 form the AP:
105, 112, 119, …, 994
Here, first term a = 105,
common difference d = 7
last term = l = tn = 994.
By formula,
tn = a + (n - 1)d
⇒ 994 = 105 + (n - 1)7
⇒ 994 - 105 = (n - 1)7
⇒ 889 = (n - 1)7
⇒ n - 1 =
⇒ n - 1 = 127
⇒ n = 128.
Hence, there are 128 three-digit numbers divisible by 7.
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.)
Answer
The smallest multiple of 4 greater than 10 is 12.
The largest multiple of 4 less than 250 is 248.
So the multiples of 4 between 10 and 250 form the AP:
12, 16, 20, …, 248
Here, first term a = 12,
common difference d = 4
last term = l = tn = 248.
By formula,
tn = a + (n - 1)d
⇒ 248 = 12 + (n - 1)4
⇒ 248 - 12 = (n - 1)4
⇒ 236 = (n - 1)4
⇒ n - 1 =
⇒ n - 1 = 59
⇒ n = 60.
Hence, there are 60 multiples of 4 between 10 and 250.
Find a GP for which the sum of the first two terms is – 4 and the fifth term is 4 times the third term.
Answer
Let the GP be a, ar, ar2, ar3, ar4, .... with first term a and common ratio r.
Given, sum of the first two terms is -4,
⇒ a + ar = -4
⇒ a(1 + r) = -4 (Eq 1)
Given, the fifth term is 4 times the third term,
⇒ t5 = 4t3
⇒ ar4 = 4 × ar2
Dividing both sides by ar2,
⇒ r2 = 4
⇒ r = ± 2.
Case 1 : When r = 2.
Putting r = 2 in Eq 1,
⇒ a(1 + 2) = -4
⇒ 3a = -4
⇒ a = .
The GP is
Case 2 : When r = -2.
Putting r = -2 in Eq 1,
⇒ a(1 + (-2)) = -4
⇒ a(-1) = -4
⇒ a = 4.
The GP is 4, -8, 16, -32, ....
Hence, the required GP is (with r = 2) or 4, -8, 16, -32, .... (with r = -2).
Find all possible ways of expressing 100 as the sum of consecutive natural numbers.
Answer
Let 100 be the sum of n consecutive natural numbers starting from a.
These numbers are a, a + 1, a + 2, ....
Let S be the sum of these n consecutive numbers. Writing S in two ways :
Adding both rows term by term, each pair adds up to 2a + n - 1, and there are n such pairs :
Since a 1, we have 2a + n - 1 > n, so n < 200, that is, n 14. Also n must divide 200 for a to be a natural number.
The divisors of 200 that are between 2 and 14 are 2, 4, 5, 8 and 10. Checking each :
For n = 2 :
For n = 4 :
For n = 5 :
For n = 8 :
For n = 10 :
So there are two valid ways :
For n = 5, a = 18 : 18 + 19 + 20 + 21 + 22 = 100.
For n = 8, a = 9 : 9 + 10 + 11 + 12 + 13 + 14 + 15 + 16 = 100.
Hence, 100 can be expressed as the sum of consecutive natural numbers in two ways : 18 + 19 + 20 + 21 + 22 and 9 + 10 + 11 + 12 + 13 + 14 + 15 + 16.
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 2nd hour, 4th hour and nth hour?
Answer
The number of bacteria doubles every hour, so the number present at successive hours forms a GP.
Originally (at the start), the number of bacteria = 30.
At the end of the 1st hour = 30 × 2 = 60,
At the end of the 2nd hour = 60 × 2 = 120,
At the end of the 3rd hour = 120 × 2 = 240, and so on.
The number present at the end of each hour forms the GP: 60, 120, 240, … with first term 60 and common ratio 2.
In general, the number of bacteria present at the end of the nth hour is obtained by multiplying the original count by 2 a total of n times:
Number at the end of nth hour = 30 × 2n.
At the end of the 2nd hour = 30 × 22 = 30 × 4 = 120.
At the end of the 4th hour = 30 × 24 = 30 × 16 = 480.
Hence, the number of bacteria present at the end of the 2nd hour is 120, at the end of the 4th hour is 480 and at the end of the nth hour is 30 × 2n.
The sum of the 4th and 8th terms of an AP is 24 and the sum of the 6th and 10th terms is 44. Find the first three terms of the AP.
Answer
Given,
t4 + t8 = 24 (Eq 1)
t6 + t10 = 44 (Eq 2)
By using formula tn = a + (n - 1)d for Eq 1 we get,
⇒ t4 + t8 = 24
⇒ [a + (4 - 1)d] + [a + (8 - 1)d] = 24
⇒ a + 3d + a + 7d = 24
⇒ 2a + 10d = 24
⇒ a + 5d = 12 (Eq 3)
By using formula tn = a + (n - 1)d for Eq 2 we get,
⇒ t6 + t10 = 44
⇒ [a + (6 - 1)d] + [a + (10 - 1)d] = 44
⇒ a + 5d + a + 9d = 44
⇒ 2a + 14d = 44
⇒ a + 7d = 22 (Eq 4)
Subtracting Eq 3 from Eq 4,
⇒ (a + 7d) - (a + 5d) = 22 - 12
⇒ 2d = 10
⇒ d = 5.
Putting value of d in Eq 3,
⇒ a + 5(5) = 12
⇒ a + 25 = 12
⇒ a = 12 - 25
⇒ a = -13.
Hence, the first three terms of the AP are
t1 = a = -13,
t2 = a + d = -13 + 5 = -8,
t3 = a + 2d = -13 + 2(5) = -13 + 10 = -3.
Hence, the first three terms of the AP are -13, -8, -3.
Find the smallest value of n such that the sum of the first n natural numbers is greater than 1,000.
Answer
The sum of the first n natural numbers is given by the formula,
Sn =
We require Sn > 1000,
Let us check values of n near the required value.
For n = 44:
S44 =
which is not greater than 1000.
For n = 45:
S45 =
which is greater than 1000.
Hence, the smallest value of n for which the sum of the first n natural numbers is greater than 1,000 is 45.
Which term of the GP: 2, 8, 32, … is 131072? Write the explicit formula as well as the recursive formula for the nth term.
Answer
The given GP is 2, 8, 32, …
Here, first term a = 2
common ratio r = = 4.
Let 131072 be the nth term of the GP, so tn = 131072.
By formula,
tn = arn - 1
⇒ 131072 = 2(4)n - 1
⇒ 4n - 1 =
⇒ 4n - 1 = 65536
⇒ 4n - 1 = 48
⇒ n - 1 = 8
⇒ n = 9.
So 131072 is the 9th term of the GP.
The explicit formula for the nth term is
tn = arn - 1 = 2 × 4n - 1.
The recursive formula for the nth term is
t1 = 2, tn = 4tn - 1 for n ≥ 2.
Hence, 131072 is the 9th term, the explicit formula is tn = 2 × 4n - 1 and the recursive formula is t1 = 2, tn = 4tn - 1 for n ≥ 2.
The sum of the first three terms of a GP is and their product is –1. Find the common ratio and the terms.
Answer
Let the first three terms of the GP be
Given, their product is -1,
Given, the sum of the first three terms is
Putting a = -1,
Case 1: When r = and a = -1.
The terms are
Case 2: When r = and a = -1.
The terms are (which is the same set of numbers in reverse order).
Hence, the common ratio is or , and the terms are or
If the 4th, 10th and 16th terms of a GP are x, y and z respectively, prove that x, y, z are in GP.
Answer
Given,
t4 = x, t10 = y and t16 = z.
We know that
tn = arn - 1
∴ t4 = ar3 = x,
t10 = ar9 = y
t16 = ar15 = z.
Dividing y by x we get,
Dividing z by y we get,
Since the ratio of the second to the first equals the ratio of the third to the second, x, y, z are in GP.
Hence, proved that x, y, z are in GP.
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.
Answer
Let the first three terms of the GP be a, ar, ar2.
Given, the sum of the first three terms is 26,
⇒ a + ar + ar2 = 26
⇒ a(1 + r + r2) = 26 (Eq 1)
Given, the sum of their squares is 364,
⇒ a2 + a2r2 + a2r4 = 364
⇒ a2(1 + r2 + r4) = 364 (Eq 2)
We know that 1 + r2 + r4 = (1 + r + r2)(1 - r + r2), so Eq 2 becomes
⇒ a2(1 + r + r2)(1 - r + r2) = 364 (Eq 3)
Dividing Eq 3 by Eq 1,
Dividing Eq 1 by Eq 4,
Case 1 : When r = 3.
Putting r = 3 in Eq 1,
⇒ a(1 + 3 + 32) = 26
⇒ a(1 + 3 + 9) = 26
⇒ 13a = 26
⇒ a = 2.
The terms are 2, 2 × 3, 2 × 32, that is, 2, 6, 18.
Case 2 : When r = .
Putting r = in Eq 1,
The terms are 18, 6, 2 (which is the same set of numbers in reverse order).
Hence, the required GP is 2, 6, 18 with common ratio 3, or 18, 6, 2 with common ratio .
Suppose P1 = 1, P2 = 2 and for n > 2, Pn = P1 + P2 + … + Pn–1 + 1. Find the values of P1, P2, …, P8. Can you find a simpler recursive formula for Pn? Can you give an explicit formula?
Answer
Given, P1 = 1, P2 = 2 and for n > 2, Pn = P1 + P2 + … + Pn–1 + 1.
Computing successively,
P1 = 1,
P2 = 2,
P3 = P1 + P2 + 1 = 1 + 2 + 1 = 4,
P4 = P1 + P2 + P3 + 1 = 1 + 2 + 4 + 1 = 8,
P5 = P1 + P2 + P3 + P4 + 1 = 1 + 2 + 4 + 8 + 1 = 16,
P6 = 1 + 2 + 4 + 8 + 16 + 1 = 32,
P7 = 1 + 2 + 4 + 8 + 16 + 32 + 1 = 64,
P8 = 1 + 2 + 4 + 8 + 16 + 32 + 64 + 1 = 128.
So the values are P1, P2, …, P8 = 1, 2, 4, 8, 16, 32, 64, 128.
Simpler recursive formula:
For n > 2,
Pn = (P1 + P2 + … + Pn–2 + Pn–1) + 1, and
Pn–1 = (P1 + P2 + … + Pn–2) + 1.
Subtracting the second from the first,
⇒ Pn - Pn–1 = Pn–1
⇒ Pn = 2Pn–1.
This also holds for P2 = 2P1 = 2. So the simpler recursive formula is
P1 = 1, Pn = 2Pn–1 for n ≥ 2.
Explicit formula:
Since each term is twice the previous one with P1 = 1, the sequence 1, 2, 4, 8, … consists of powers of 2:
Pn = 2n - 1.
Hence, P1, …, P8 = 1, 2, 4, 8, 16, 32, 64, 128, the simpler recursive formula is P1 = 1, Pn = 2Pn–1 for n ≥ 2, and the explicit formula is Pn = 2n - 1.
Suppose W1 = 1, W2 = 2 and for n > 2, Wn = W1 + W2 + … + Wn–2 + 2. Find the values of W1, W2, …, W8. Do you recognise this sequence?
Answer
Given, W1 = 1, W2 = 2 and for n > 2, Wn = W1 + W2 + … + Wn–2 + 2.
Computing successively,
W1 = 1,
W2 = 2,
W3 = W1 + 2 = 1 + 2 = 3,
W4 = W1 + W2 + 2 = 1 + 2 + 2 = 5,
W5 = W1 + W2 + W3 + 2 = 1 + 2 + 3 + 2 = 8,
W6 = W1 + W2 + W3 + W4 + 2 = 1 + 2 + 3 + 5 + 2 = 13,
W7 = W1 + W2 + W3 + W4 + W5 + 2 = 1 + 2 + 3 + 5 + 8 + 2 = 21,
W8 = W1 + W2 + W3 + W4 + W5 + W6 + 2 = 1 + 2 + 3 + 5 + 8 + 13 + 2 = 34.
So the values are W1, W2, …, W8 = 1, 2, 3, 5, 8, 13, 21, 34.
We can also find a simpler relation. For n > 2,
Wn = (W1 + W2 + … + Wn–3 + Wn–2) + 2, and
Wn–1 = (W1 + W2 + … + Wn–3) + 2.
Subtracting the second from the first,
⇒ Wn - Wn–1 = Wn–2
⇒ Wn = Wn–1 + Wn–2.
So each term is the sum of the previous two terms. With W1 = 1 and W2 = 2, the sequence 1, 2, 3, 5, 8, 13, 21, 34, … is exactly the Virahānka–Fibonacci sequence.
Hence, W1, …, W8 = 1, 2, 3, 5, 8, 13, 21, 34, and this is the Virahānka–Fibonacci sequence.