|  
       Term 
          
     | 
     
       Example 
          
     | 
     
       Variable 
        Using   
     | 
  
|  
       Consecutive 
        Integers 
     | 
     
       4, 
        5, 6, 7 
     | 
     
       x, 
        x+1, x+2, x+3 
     | 
  
|  
       Consecutive 
        Even Integers 
     | 
     
       2, 
        4, 6, 8 
     | 
     
       x, 
        x+2, x+4, x+6 
     | 
  
|  
       Consecutive 
        Odd Integers 
     | 
     
       3, 
        5, 7, 9 
     | 
     
       x, 
        x+2, x+4, x+6 
     |