Simple recurring sequence (1, 2, 1, 2, 1, 2, 1, 2, )

  • Thread starter Thread starter rekshaw
  • Start date Start date
  • Tags Tags
    Sequence
AI Thread Summary
The discussion revolves around finding a symbolic representation for the simple recurring sequence 1, 2, 1, 2. A participant shares their attempt with the formula a_{n} = 1 + (-1)^{n}, which produces the sequence 0, 2, 0, 2. They note that if a representation for 0, 2, 0, 2 can be established, it can lead to finding one for 1, 2, 1, 2. An alternative approach mentioned is a recurrence relation a_{n+1} = 3 - a_n. The conversation highlights the challenge of overthinking simple mathematical sequences.
rekshaw
Messages
15
Reaction score
0
trivial yet my mind is blank, I'm wayyy overthinking this!

Was just thinking of a simple sequence to test-drive on my calculator, and this one came up in my mind (the sequence terms, not the sequence itself...)

I've been trying for the past hour to find a simbolic representation of a sequence that will spit out: 1, 2, 1, 2, 1, 2...

The farthest I got so far is to get it to give back 0, 2, 0, 2 with this:

a_{n} = 1+(-1)^{n}

From a_{1} to a_{5} it gives me: 0, 2, 0, 2, 0

I know it's probably the easiest thing in the world...
 
Mathematics news on Phys.org
1.5+0.5=2, 1.5-0.5=1
 
If you can find an expression for 0, 2, 0, 2, ... you should be able to find one for 0, 1, 0, 1, 0, ... If you can find one for 0, 1, 0, 1, 0, ... you should be able to find one for 1, 2, 1, 2, 1, ...

Alternately, it's a recurrence relation with a_{n+1} = 3 - a_n. You can find a second-order homogeneous recurrence relation if you prefer.
 
so they would be saying 1.5 + (0.5)(-1)^n
 
dacruick said:
so they would be saying 1.5 + (0.5)(-1)^n

Naturally! Thanks very much guys and sorry for the trivial question.
 
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Back
Top