login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Decimal expansion of Sum_{n>=1} 1/(n^n+n).
1

%I #11 May 04 2017 16:56:05

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

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

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

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

%e 0.70418834992331471817126200044221857803...

%t RealDigits[N[Sum[1/(n^n+n),{n,1,Infinity}],20]][[1]]

%o (Python) from decimal import *;getcontext().prec=300;print sum([Decimal(1)/Decimal(n**n+n)for n in range(1,200)])

%o (PARI) suminf(n=1, 1/(n^n+n)) \\ _Michel Marcus_, May 04 2017

%Y Cf. A073009, A134883.

%K nonn,cons

%O 0,1

%A _Jonathan Frech_, May 04 2017

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 20 16:38 EDT 2024. Contains 376074 sequences. (Running on oeis4.)