Let $\sum_{n=0}^{∞}\frac{1}{x^{n!} } = 1$ . Is x a known number at all? Can it be proven to be rational/irrational?
I was thinking about some infinite sums when I thought about this infinite, recursive sum in the form of an equation. I'm really intrested in knowing more about a number like x, so feel free to tell me everything you may know about it. Hope someone feels as curious about this number as me. Good luck :)
2 Answers
Interesting question!
-
This number does exist! The sum does not start at one, it starts at 1/x since 0!=1. It is possitive and it's ~2.44, but that's pretty much all I can decipher about this weird, seemingly irrational number.
-
You are right, the first number is 1/x !
-
One can easily find an approximation, x ≈ 2.4244104490156532363723745970794970842, for example with this simple PARI code :
solve(x=2,3,sum(n=0,19,x^(-n!))-1)
which you can paste into the online PARI/gp interpreter.
Yes, it's sufficient to take the sum up to 19, or even only 9, instead of ∞, to get the same 40 digits, since 9! ~ 10⁸ and 2.4 ^ 9! is already *much* more than 10^40.
I'm certain that the number is irrational, but I don't have any idea how one could prove this.
- 2 Answers
- 563 views
- Pro Bono
Related Questions
- Why does $ \sum\limits_{n=1}^{\infty } 2^{2n} \times \frac{(n!)^2}{n(2n+1)(2n)!} =2 $ ?
- Determine the Closed Form of a Recurrance Relation
- Show that $\sum_{n=1}^{\infty} \frac{\sin n}{n}$ is convergent
- Is $\sum_{i=1}^{\infty}\arctan (\frac{n+1}{n^2+5})$ convergent or divergent?
- Is $\sum_{n=1}^{\infty}\frac{\arctan (n!)}{n^2}$ convergent or divergent?
- A lower bound for an exponential series
- Probe the following sequences is null
- Convergence of $\sum\limits_{n=1}^{\infty}(-1)^n\frac{n+2}{n^2+n+1}$