Activities

Sequences - Pascal's triangle


See the resources page for Pascal's triangle.
 

         
1
         
       
1
 
1
       
     
1
 
2
 
1
     
   
1
 
3
 
3
 
1
   
 
1
 
4
 
6
 
4
 
1
 
1
 
5
 
10
 
10
 
5
 
1

Find the following sequences in Pascal's triangle:

Explain the relationships between these numbers.


Hexagonal numbers are found in Pascal's triangle.


Investigate Fibonacci numbers in Pascal's triangle.
 

 1
 
 
 
 
 
 
 
 
 
 
 
 1
1
 
 
 
 
 
 
 
 
 
 
1
2
1
 
 
 
 
 
 
 
 
 
1
3
3
1
 
 
 
 
 
 
 
 
1
4
6
4
 
 
 
 
 
 
 
1
5
10 
10
5
1


For triangular, tetrahedral, pentatope and hexagonal numbers, find the formula for the general term as a combination and simplify.
 

         
0C0
         
       
1C0
 
1C1
       
     
2C0
 
2C1
 
2C2
     
   
3C0
 
3C1
 
3C2
 
3C3
   
 
4C0
 
4C1
 
4C2
 
4C3
 
4C4
 
5C0
 
5C1
 
5C2
 
5C3
 
5C4
 
5C5

e.g. n-th triangular number = n+1C2 = ... = ½n(n+1)

The formulas are available from Math Forum.