Can a Sequence Visit 0, 1, and 5 Infinitely Often?

  • Thread starter Thread starter adrivit
  • Start date Start date
  • Tags Tags
    Sequence
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 1K views
adrivit
Messages
6
Reaction score
0
Construct a sequence that visits the numbers 0,1,5 infinitely often.
A sequence Sn visits a number A when for infinitely many n in N, Sn = A. Example: The sequence (-1)^n visits -1 and 1 infinitely.
 
Physics news on Phys.org
But, the function doesn't visit 0,1,5 infinitely many times here does it?
 
I'm sorry, I misunderstood. Thanks for the solution!
 
How about the sequence which visits all N infinitely?
 
I was wondering whether N mod N would do the trick. Or maybe considering the field R^inf and the sub field N inside that. But I am not sure of either.