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!)
A261114 Decimal expansion of Sum_{n>=0} 1/((n!)^n). 2

%I #41 Sep 20 2022 07:54:02

%S 2,2,5,4,6,3,2,6,4,3,7,5,1,6,0,7,5,1,7,4,6,6,0,9,1,7,6,1,9,4,2,3,6,2,

%T 4,8,7,3,6,0,2,8,6,2,4,2,7,9,1,0,8,1,6,9,7,0,1,4,3,0,0,8,6,5,2,0,9,2,

%U 7,1,9,4,4,7,4,0,9,3,0,9,8,8,9,0,5,9,5

%N Decimal expansion of Sum_{n>=0} 1/((n!)^n).

%H <a href="/A261114/b261114.txt">Table of n, a(n) for n = 1..440</a>

%e 2.2546326437516075174660917619423624873602862427910816970143008652092...

%t RealDigits[N[Sum[1/((n!)^n), {n, 0, Infinity}], 120]] // First (* _Michael De Vlieger_, Sep 22 2015 *)

%o (PARI) suminf(k=0, 1/k!^k) \\ _Michel Marcus_, Sep 20 2022

%Y Sum of 1/A036740(n).

%K cons,easy,nonn

%O 1,1

%A _Daniel Suteu_, Sep 20 2015

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 03:05 EDT 2024. Contains 371782 sequences. (Running on oeis4.)