Recent content by connordurkin

  1. C

    High School Series of sorts- Return 1 or 2 based on even or odd n

    Can anyone help me come up with some a_n such that this is true?
  2. C

    High School Series of sorts- Return 1 or 2 based on even or odd n

    I would like to create a series where for each term if n is odd the term =1 and if n is even, the term = 2. I.e. a_{n} = 1 if \ n \ is \ odd \ and \ a_{n} = 2 \ if \ n \ is \ even