The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A319277 Decimal expansion of the positive solution to x! = 5. 3
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 (list; constant; graph; refs; listen; history; text; internal format)
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 9 23:13 EDT 2024. Contains 373251 sequences. (Running on oeis4.)