Find common term for this sequence

  • Thread starter Thread starter NihalRi
  • Start date Start date
  • Tags Tags
    Sequence Term
AI Thread Summary
The discussion revolves around finding a common term for the sequence 6/(12 + 1), 1/(22 + 1), 6/(32 + 1), and 1/(42 + 1). Participants suggest using the mod function to handle the alternating numerators of 6 and 1. There is mention of a special number that, when raised to integer powers, can produce the desired alternating behavior. The conversation emphasizes the need to identify a formula for the nth term of the sequence. Understanding the mod function is highlighted as a potential solution for managing the alternation in the sequence.
NihalRi
Messages
134
Reaction score
12

Homework Statement


6 /(12 + 1), 1/(22 + 1),6/(32 + 1),1/(42 + 1)

Homework Equations


none

The Attempt at a Solution


I suspect this is not that hard, I get the denominators but the numerator alternates so I though I would need 6 to be the base of a power that alternates between 0 and 1 but I can't think of anything :/
 
Physics news on Phys.org
Are you trying to find a formula for the nth term in the sequence?

You can handle the alternation between 1 and 6 by using the mod function, expressing things in mod 2.

Or, there's a special number that, when raised to the power of integer ##n##, gives alternating behavior of the type you seek. What number is that?
 
  • Like
Likes NihalRi
andrewkirk said:
Are you trying to find a formula for the nth term in the sequence?

You can handle the alternation between 1 and 6 by using the mod function, expressing things in mod 2.

Or, there's a special number that, when raised to the power of integer ##n##, gives alternating behavior of the type you seek. What number is that?
yes that's what I'm trying to do
I've never heard of a mod function:/ but i'll google it. A number that alternates between one and zero? can't think of one, hint?
 
NihalRi said:
A number that alternates between one and zero?
The number doesn't alternate. Its powers do ('power' as in multiplying a number by itself an integer number of times). Every time we increase the power/index/exponent by 1, the result switches from one of the possible values to the other. Also, the two possible values are not 1 and 0.

The link for mod function is a hyperlink in my post above (blue text).
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top