login
A319277
Decimal expansion of the positive solution to x! = 5.
4
2, 8, 5, 2, 3, 5, 5, 4, 5, 8, 0, 3, 1, 7, 2, 7, 8, 3, 1, 6, 4, 2, 9, 9, 8, 0, 8, 6, 8, 4, 4, 8, 9, 6, 1, 8, 4, 9, 6, 5, 4, 0, 7, 9, 0, 0, 1, 5, 8, 7, 1, 8, 3, 2, 1, 9, 9, 8, 0, 5, 7, 6, 9, 8, 7, 6, 8, 2, 2, 5, 3, 1, 6, 8, 1, 8, 1, 0, 6, 9, 4, 9, 0, 7, 3, 0, 1
OFFSET
1,1
LINKS
EXAMPLE
2.8523554580317278316429980868448961849654079001587...
MATHEMATICA
RealDigits[x /. FindRoot[x! - 5, {x, 2}, WorkingPrecision -> 120]][[1]] (* Amiram Eldar, May 31 2023 *)
PROG
(PARI) default(realprecision, 100); solve(x=2, 3, gamma(x+1)-5)
CROSSREFS
The positive solution to x! = n: A319275 (n=3), A319276 (n=4), this sequence (n=5), A129624 (n=40).
Sequence in context: A227472 A160091 A157648 * A354004 A021782 A342977
KEYWORD
nonn,cons
AUTHOR
Jianing Song, Sep 16 2018
STATUS
approved