Aug 22, 2024
...).5, 15, 25, 35, 45 has 5 terms.Letter Sequencing:
A, B, G, J - Skip two letters.M, P, S - Continue skipping two letters.Odd Number Sequence:
1, 3, 5, 79, 11, 13.Perfect Squares:
1, 4, 9, 16, 2536, 49, 64Additive Pattern:
5, 15, 25, 35Consecutive Number Addition:
1, 3, 6, 10, 15, 21, 28a_n, formula might be derived as a function of n.1, 3, 6, 10, 15:
a_n = (n/2)(n+1)Example Problem: Find first 5 terms using a_n = (n - 3)^n
-2, 1, 0, 1, 32Example Problem: Find first four terms and 20th term using a_n = (-1)^n / (2n - 1)
-1, 1/3, -1/5, 1/71/39(-1)^n for alternating positive and negative terms.a_n = n^3a_n = 1/na_n = (-1)^n * 5na_n = n^2a_n = (-1)^n * 3n