1

Given sequence F as described: $$F=\{\frac{0}{2}, \frac{2}{3}, \frac{4}{5}, \frac{6}{w}, \frac{8}{11}, \frac{10}{13}, \ldots\}$$ The value of $w$ would be $7$ because all divisors are prime numbers.
($F_i = \frac{i-1}{p_i}$ where $p_i$ is the $i$-th prime)

But I would like to know if $8$ could be a possible value for $w$ because of these reasons:

We split $F$ into subsequences $G = \{F_1, F_3, F_5, \ldots\}$ and $H = \{F_2, F_4, \ldots\}$ Then $G$ satisfies $$G_i = \frac{4i}{3^i+2}\\ G = \{\frac{0}{2}, \frac{4}{5}, \frac{8}{11}, \frac{12}{29}, \ldots\}$$ Another valid formula would be $G_i = \frac{4i}{q_{i-1}+3i}$ where $q_i$ denotes the denominator of $G_i$. This would yield $$G = \{\frac{0}{2}, \frac{4}{5}, \frac{8}{11}, \frac{12}{20}, \ldots\}$$ $H$ satisfies $$H_i = \frac{4i+2}{r_{i-1}+5}$$ where $r_i$ is the denominator of $H_i$. $$H = \{\frac{2}{3}, \frac{6}{8}, \frac{10}{13}, \frac{14}{18}\}$$ So, not minding complexity, can we accept both $7$ and $8$ as possible values for $w$?
Or is the described derivation unacceptable as proof for that and why?

AlexR
  • 24,905
  • 1
    not clear to read ! – idm Feb 04 '15 at 15:52
  • 1
    You could provide a better feedback as why is it not clear to read and how could I improve it. – Pfeiffer Feb 04 '15 at 15:53
  • 1
    Use latex, see here for a tutorial http://meta.math.stackexchange.com/questions/5020/mathjax-basic-tutorial-and-quick-reference – Matthew Cassell Feb 04 '15 at 16:06
  • Thank you very much @Mattos :) I will try to redo it in a few minutes. – Pfeiffer Feb 04 '15 at 16:10
  • 8
    Strictly speaking, it can be any value you like. See http://en.wikipedia.org/wiki/Interpolation. Of course when asked this kind of question, it is implied that we want to find a simple formula. "Simple" is subjective, but most who know about primes would disagree that your alternative is simpler than primes. So there is no right or wrong answer unless the criteria for the answer is precisely spelt out. The word "simple" is totally imprecise by the way. – user21820 Feb 04 '15 at 16:13
  • Thanks for the answer @user21820 I will finish to edit it and I will add that it doesn't mind if its the simpler way or a more complex way. Its just about if there are multiple answers. – Pfeiffer Feb 04 '15 at 16:18
  • Then there are infinitely many answers, since for any desired value we can find some function that obeys the given terms as well as the desired value of that unknown term, just by simply interpolating through all of them including the desired term. – user21820 Feb 04 '15 at 16:27
  • I have edited it to be better readable, please do give a feedback if I can improve it. – Pfeiffer Feb 04 '15 at 16:42
  • @user21820 you should then post it as the answer. – Pfeiffer Feb 04 '15 at 16:42
  • 1
    Frankly, we've seen too many such questions here. For $\times$ use $\times$ rather than $x$. – user21820 Feb 04 '15 at 16:50
  • So many people put on hold but none of then gave a hint as how to improve it. Also, user21820 understood it perfectly fine. Can any of those who placed it on hold give a hint as why is it not clear? – Pfeiffer Feb 05 '15 at 19:08
  • Also, @user21820, could you place your answer please? As it answered my question. – Pfeiffer Feb 05 '15 at 19:09
  • 1
    @Pfeiffer Let me summarize why this question was put on-hold: 1. The question is ill-posed: You can find a generating function for any sequence of numbers, so there is no "correct" value for $W$, just one that might seem more natural to some. – AlexR Feb 05 '15 at 21:49
  • 1
  • The format of the question is very long (in terms of vertical space) although the actual information could be shortened a lot. This makes reading the question and finding out what might actually be a useful answer more difficult. This issue can be partly corrected by making the formatting less torn-apart and partly by removing unnecessary parts from the question.
  • – AlexR Feb 05 '15 at 21:49
  • 1
    Thank you very much for your insight. Can you tell me what would be unnecessary parts of it so I can remove an re-do it? I have an idea to make it fit better but I will await your next insight to do it. – Pfeiffer Feb 05 '15 at 21:56
  • 1
    @Pfeiffer I have decided to do a rather radical overhaul of your question in the hope that this will be more helpful to you. First off, I removed a lot of fillers and introduced proper mathematical notation. Secondly I removed the list formatting because it just eats horizontal space with no benefit whatsoever (in this situation). Then I omitted some repetitions wich just make the post longer and push the actual question further down. – AlexR Feb 05 '15 at 22:06
  • 1
    Thank you very much. This was really productive and made me understand why some would find it unclear. Your help was priceless. – Pfeiffer Feb 05 '15 at 22:14
  • 2
    As noted, this kind of question has come up, many times, already. Look at some of the questions listed on this page under the heading "Related" and you may see the ideas that have been put forward. – Gerry Myerson Feb 05 '15 at 23:13