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!)
A319276 Decimal expansion of the positive solution to x! = 4. 3
2, 6, 6, 4, 0, 3, 2, 7, 9, 7, 2, 0, 6, 4, 4, 6, 1, 5, 5, 6, 8, 6, 3, 8, 9, 3, 9, 4, 3, 5, 9, 7, 1, 9, 8, 1, 0, 4, 9, 1, 7, 8, 7, 1, 7, 9, 1, 9, 8, 0, 8, 6, 0, 4, 3, 5, 3, 1, 4, 8, 5, 8, 1, 1, 7, 6, 8, 2, 5, 5, 3, 8, 0, 8, 1, 2, 2, 9, 2, 9, 6, 5, 5, 5, 4, 9, 3 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
2.6640327972064461556863893943597198104917871791980...
MATHEMATICA
RealDigits[x /. FindRoot[x! - 4, {x, 2}, WorkingPrecision -> 120]][[1]] (* Amiram Eldar, May 31 2023 *)
PROG
(PARI) default(realprecision, 100); solve(x=2, 3, gamma(x+1)-4)
CROSSREFS
The positive solution to x! = n: A319275 (n=3), this sequence (n=4), A319277 (n=5), A129624 (n=40).
Sequence in context: A004152 A071678 A316164 * A141329 A320953 A110388
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 April 24 03:08 EDT 2024. Contains 371918 sequences. (Running on oeis4.)