Sequences and Recursion

12345678910111213141516171819
Across
  1. 3. sequence behaviour where terms stay the same
  2. 5. alternating between two or more values
  3. 9. a number/item in a sequence
  4. 11. the fixed multiplier between successive terms
  5. 12. the starting term that “signals the start” of the sequence
  6. 13. formed by adding/subtracting a fixed amount each step
  7. 15. a list of numbers or symbols in a particular order
  8. 17. the instruction you apply repeatedly to generate the sequence
  9. 18. sequence behaviour where terms get smaller
  10. 19. arithmetic graph rises (linear growth)
Down
  1. 1. arithmetic graph falls (linear decay)
  2. 2. the small index showing a term’s position (e.g., “term number”)
  3. 4. “differences between successive terms are constant”
  4. 6. value, the value a sequence approaches
  5. 7. formed by multiplying by a fixed factor each step
  6. 8. the fixed amount added/subtracted each term
  7. 10. rule + initial value used to generate a sequence
  8. 14. sequence behaviour where terms get bigger
  9. 16. generating each new term from the previous term (using a rule)