- f(n) := 22n + 1 for every n=0 1 ...
- f(0) = 3
- f(n+1) = (f(n) - 2) ⋅ f(n) + 2
- f(n+1) = 2 + ∏k=0...n f(k)
Polya has used the last formula to partially vindicate Fermat's hope—as in the case of the Euclidean sequence, also every two different Fermat numbers are relatively prime (hence once again we see that there are infinitely many different prime numbers). It follows that:
- p(n) ≤ f(n-1) for every n=1 2...
The iterative formula for f(n+1) can be rewritten equivalently as follows:
- f(n+1) = (f(n) - 1)2 + 1
No comments:
Post a Comment