Discovering the Formula for a Repeating Sequence

  • Thread starter Thread starter SciSteve
  • Start date Start date
  • Tags Tags
    Formula Sequence
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
SciSteve
Messages
19
Reaction score
0
I have to find a formula for the general term of An for this sequence assuming that the pattern follows and continues. (13,3,13,3...)
I don't think there's any straightforward formulas to use for sequences and series' in finding a formula.
My attempt involved finding two numbers that add to 13 and subtract to 3 which is 8 and 5, but what I'm stuck on is inserting the n variable so that the pattern will keep repeating 13,3,13,3..so on. Totally lost on how to do it and it doesn't even seem that hard.
 
Physics news on Phys.org
Try A_n = 8 + 5*(-1)^(n+1).
 
figured it out thanks for the tip