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!)
A248761 Decimal expansion of sum_{n >= 1} 1/sqrt(n!). 3
2, 4, 6, 9, 5, 0, 6, 3, 1, 4, 5, 2, 1, 0, 4, 7, 5, 6, 2, 4, 7, 5, 6, 3, 6, 7, 4, 4, 6, 6, 0, 1, 5, 0, 2, 5, 7, 6, 8, 9, 7, 5, 6, 1, 8, 3, 9, 9, 4, 9, 6, 9, 1, 9, 9, 6, 7, 7, 9, 2, 5, 7, 0, 1, 9, 7, 1, 8, 3, 5, 4, 8, 8, 0, 0, 3, 4, 0, 8, 8, 3, 4, 0, 3, 8, 6, 6, 2, 5, 0, 8, 4, 1, 2, 0, 0, 7, 1, 3, 5, 1, 7, 2, 6, 1 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
2.46950631452104756247563674466015025768975618399496919967792570...
MAPLE
evalf(sum(1/sqrt(n!), n=1..infinity), 120); # Vaclav Kotesovec, Oct 19 2014
MATHEMATICA
u = N[Sum[1/Sqrt[n!], {n, 1, 200}], 100]
RealDigits[u] (* A248761 *)
PROG
(PARI) suminf(n=1, (1/sqrt(n!))) \\ Michel Marcus, Oct 18 2014
CROSSREFS
Sequence in context: A335923 A335924 A369543 * A176461 A255249 A330394
KEYWORD
nonn,easy,cons
AUTHOR
Clark Kimberling, Oct 13 2014
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 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)