Patterns in Mathematics | FIO

Question 4

Rewrite each sequence of Table 1 in your notebook, along with the next three numbers in each sequence! After each sequence, write in your own words what is the rule for forming the numbers in the sequence.

Question diagram 1
Check your answer with HomiSolve it yourself, then let Homi check your steps and spot mistakes.
Solution
Understand the Question
  • A number sequence is an ordered list of numbers that follows a specific rule or pattern.
  • To find the next three numbers in each sequence:
    1. Identify the relationship between consecutive terms (e.g., adding a constant value, multiplying by a factor, adding consecutive integers, or summing the previous two terms).
    2. Apply that rule repeatedly to generate the subsequent terms.
    3. State the rule clearly in words.

Step 1 · All 1's

Given sequence: 1,1,1,1,1, 1, 1, 1, \dots

111\begin{aligned} 1 \\ 1 \\ 1 \end{aligned}
  • Next three numbers: 1,1,11, 1, 1
  • Rule: Every number in the sequence is 11 (a constant sequence).

Step 2 · Counting Numbers

Given sequence: 1,2,3,4,5,6,7,1, 2, 3, 4, 5, 6, 7, \dots

7+1=88+1=99+1=10\begin{aligned} 7 + 1 &= 8 \\ 8 + 1 &= 9 \\ 9 + 1 &= 10 \end{aligned}
  • Next three numbers: 8,9,108, 9, 10
  • Rule: Add 11 to the previous number.

Step 3 · Odd Numbers

Given sequence: 1,3,5,7,9,11,1, 3, 5, 7, 9, 11, \dots

11+2=1313+2=1515+2=17\begin{aligned} 11 + 2 &= 13 \\ 13 + 2 &= 15 \\ 15 + 2 &= 17 \end{aligned}
  • Next three numbers: 13,15,1713, 15, 17
  • Rule: Start at 11 and add 22 to the previous number.

Step 4 · Even Numbers

Given sequence: 2,4,6,8,10,12,14,2, 4, 6, 8, 10, 12, 14, \dots

14+2=1616+2=1818+2=20\begin{aligned} 14 + 2 &= 16 \\ 16 + 2 &= 18 \\ 18 + 2 &= 20 \end{aligned}
  • Next three numbers: 16,18,2016, 18, 20
  • Rule: Start at 22 and add 22 to the previous number.

Step 5 · Triangular Numbers

Given sequence: 1,3,6,10,15,21,28,1, 3, 6, 10, 15, 21, 28, \dots

The differences between consecutive terms increase by 11 each time (+2,+3,+4,+5,+6,+7,+2, +3, +4, +5, +6, +7, \dots).

28+8=3636+9=4545+10=55\begin{aligned} 28 + 8 &= 36 \\ 36 + 9 &= 45 \\ 45 + 10 &= 55 \end{aligned}
  • Next three numbers: 36,45,5536, 45, 55
  • Rule: Add the next natural number to the previous term.

Step 6 · Squares

Given sequence: 1,4,9,16,25,36,49,1, 4, 9, 16, 25, 36, 49, \dots

These terms are 12,22,32,42,52,62,721^2, 2^2, 3^2, 4^2, 5^2, 6^2, 7^2.

8×8=649×9=8110×10=100\begin{aligned} 8 \times 8 &= 64 \\ 9 \times 9 &= 81 \\ 10 \times 10 &= 100 \end{aligned}
  • Next three numbers: 64,81,10064, 81, 100
  • Rule: Multiply the position number (nn) by itself (n2n^2).

Step 7 · Cubes

Given sequence: 1,8,27,64,125,216,1, 8, 27, 64, 125, 216, \dots

These terms are 13,23,33,43,53,631^3, 2^3, 3^3, 4^3, 5^3, 6^3.

7×7×7=3438×8×8=5129×9×9=729\begin{aligned} 7 \times 7 \times 7 &= 343 \\ 8 \times 8 \times 8 &= 512 \\ 9 \times 9 \times 9 &= 729 \end{aligned}
  • Next three numbers: 343,512,729343, 512, 729
  • Rule: Multiply the position number (nn) by itself three times (n3n^3).

Step 8 · Virāhāṅka (Fibonacci) Numbers

Given sequence: 1,2,3,5,8,13,21,1, 2, 3, 5, 8, 13, 21, \dots

Each term is obtained by adding the preceding two terms.

13+21=3421+34=5534+55=89\begin{aligned} 13 + 21 &= 34 \\ 21 + 34 &= 55 \\ 34 + 55 &= 89 \end{aligned}
  • Next three numbers: 34,55,8934, 55, 89
  • Rule: Add the two previous numbers together.

Step 9 · Powers of 2

Given sequence: 1,2,4,8,16,32,64,1, 2, 4, 8, 16, 32, 64, \dots

64×2=128128×2=256256×2=512\begin{aligned} 64 \times 2 &= 128 \\ 128 \times 2 &= 256 \\ 256 \times 2 &= 512 \end{aligned}
  • Next three numbers: 128,256,512128, 256, 512
  • Rule: Multiply the previous number by 22.

Step 10 · Powers of 3

Given sequence: 1,3,9,27,81,243,729,1, 3, 9, 27, 81, 243, 729, \dots

729×3=21872187×3=65616561×3=19683\begin{aligned} 729 \times 3 &= 2187 \\ 2187 \times 3 &= 6561 \\ 6561 \times 3 &= 19683 \end{aligned}
  • Next three numbers: 2187,6561,196832187, 6561, 19683
  • Rule: Multiply the previous number by 33.
Answer
  1. All 1's: 1,1,11, 1, 1 (Every number is 11)
  1. Counting numbers: 8,9,108, 9, 10 (Add 11 to the previous number)
  2. Odd numbers: 13,15,1713, 15, 17 (Add 22 to the previous number)
  3. Even numbers: 16,18,2016, 18, 20 (Add 22 to the previous number)
  4. Triangular numbers: 36,45,5536, 45, 55 (Add consecutive natural numbers +8,+9,+10+8, +9, +10)
  5. Squares: 64,81,10064, 81, 100 (Square the consecutive natural numbers 82,92,1028^2, 9^2, 10^2)
  6. Cubes: 343,512,729343, 512, 729 (Cube the consecutive natural numbers 73,83,937^3, 8^3, 9^3)
  7. Virāhāṅka numbers: 34,55,8934, 55, 89 (Add the last two numbers)
  8. Powers of 2: 128,256,512128, 256, 512 (Multiply the previous number by 22)
  9. Powers of 3: 2187,6561,196832187, 6561, 19683 (Multiply the previous number by 33)
Common Mistakes
  • Confusing Addition with Multiplication: Mistaking geometric progressions like powers of 22 (1,2,4,8,1, 2, 4, 8, \dots) for arithmetic progressions like even numbers (2,4,6,8,2, 4, 6, 8, \dots).
  • Triangular Numbers Step Difference: Forgetting that the amount added increases by 11 for each subsequent term (e.g., +2,+3,+4,+2, +3, +4, \dots) rather than adding a fixed constant.
  • Virāhāṅka / Fibonacci Terms: Adding a fixed number instead of adding the two immediately preceding terms.

More questions in FIO

Q1

Can you think of other examples where mathematics helps us in our everyday lives?

Q2

How has mathematics helped propel humanity forward? (You might think of examples involving: carrying out scientific experiments; running our economy and democracy; building bridges, houses or other complex structures; making TVs, mobile phones, computers, bicycles, trains, cars, planes, calendars, clocks, etc.)

Q3

Can you recognise the pattern in each of the sequences in Table 1?

Q4

Rewrite each sequence of Table 1 in your notebook, along with the next three numbers in each sequence! After each sequence, write in your own words what is the rule for forming the numbers in the sequence.

Q5

Copy the pictorial representations of the number sequences in Table 2 in your notebook, and draw the next picture for each sequence!

Q6

Why are 1,3,6,10,15,1, 3, 6, 10, 15, \dots called triangular numbers? Why are 1,4,9,16,25,1, 4, 9, 16, 25, \dots called square numbers or squares? Why are 1,8,27,64,125,1, 8, 27, 64, 125, \dots called cubes?

Q7

You will have noticed that 36 is both a triangular number and a square number! That is, 36 dots can be arranged perfectly both in a triangle and in a square. Make pictures in your notebook illustrating this!

This shows that the same number can be represented differently, and play different roles, depending on the context. Try representing some other numbers pictorially in different ways!

Q8

What would you call the following sequence of numbers?

That's right, they are called hexagonal numbers! Draw these in your notebook. What is the next number in the sequence?

Q9

Can you think of pictorial ways to visualise the sequence of Powers of 2? Powers of 3?

Q10

Can you find a similar pictorial explanation for why adding counting numbers up and down, i.e., 11, 1+2+11 + 2 + 1, 1+2+3+2+11 + 2 + 3 + 2 + 1, \dots, gives square numbers?

Q11

By imagining a large version of your picture, or drawing it partially, as needed, can you see what will be the value of 1+2+3++99+100+99++3+2+11 + 2 + 3 + \dots + 99 + 100 + 99 + \dots + 3 + 2 + 1?

Q12

Which sequence do you get when you start to add the All 1's sequence up? What sequence do you get when you add the All 1's sequence up and down?

Q13

Which sequence do you get when you start to add the counting numbers up? Can you give a smaller pictorial explanation?

Q14

What happens when you add up pairs of consecutive triangular numbers? That is, take 1+3,3+6,6+10,10+15,1 + 3, 3 + 6, 6 + 10, 10 + 15, \dots Which sequence do you get? Why? Can you explain it with a picture?

Q15

What happens when you start to add up powers of 22 starting with 11, i.e., take 11, 1+21 + 2, 1+2+41 + 2 + 4, 1+2+4+8,1 + 2 + 4 + 8, \dots? Now add 11 to each of these numbers—what numbers do you get? Why does this happen?

Q16

What happens when you multiply the triangular numbers by 6 and add 1? Which sequence do you get? Can you explain it with a picture?

Q17

What happens when you start to add up hexagonal numbers, i.e., take 11, 1+71 + 7, 1+7+191 + 7 + 19, 1+7+19+37,1 + 7 + 19 + 37, \dots ? Which sequence do you get? Can you explain it using a picture of a cube?

Question diagram(s):

Question diagram

Q18

Find your own patterns or relations in and among the sequences in Table 1. Can you explain why they happen with a picture or otherwise?

Q19

Can you recognise the pattern in each of the sequences in Table 3?

Q20

Try and redraw each sequence in Table 3 in your notebook. Can you draw the next shape in each sequence? Why or why not? After each sequence, describe in your own words what is the rule or pattern for forming the shapes in the sequence.

Q21

Count the number of sides in each shape in the sequence of Regular Polygons. Which number sequence do you get? What about the number of corners in each shape in the sequence of Regular Polygons? Do you get the same number sequence? Can you explain why this happens?

Q22

Count the number of lines in each shape in the sequence of Complete Graphs. Which number sequence do you get? Can you explain why?

Q23

How many little squares are there in each shape of the sequence of Stacked Squares? Which number sequence does this give? Can you explain why?

Q24

How many little triangles are there in each shape of the sequence of Stacked Triangles? Which number sequence does this give? Can you explain why? (Hint: In each shape in the sequence, how many triangles are there in each row?)

Q25

To get from one shape to the next shape in the Koch Snowflake sequence, one replaces each line segment '—' by a 'speed bump' _/_ . As one does this more and more times, the changes become tinier and tinier with very very small line segments. How many total line segments are there in each shape of the Koch Snowflake? What is the corresponding number sequence? (The answer is 3,12,48,3, 12, 48, \dots, i.e., 33 times Powers of 44; this sequence is not shown in Table 1.)

← Back to Patterns in Mathematics