Section 1
Finding an Element in a Repeating Pattern
Property
To find the element at position in a pattern with a repeating unit of length :
- Divide the position number by the length of the repeating unit: .
- If the remainder is and , the element is the -th element in the repeating unit.
- If the remainder is , the element is the -th (last) element in the repeating unit.