login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Decimal expansion of Integral_{x=1..Infinity} dx/x^(x^x).
0

%I #7 May 09 2013 13:03:45

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

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

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

%N Decimal expansion of Integral_{x=1..Infinity} dx/x^(x^x).

%e 0.4982816974499138632828115194258290465449538...

%t N[Integrate[1/x^(x^x),{x,1,Infinity}],110]

%Y Cf. A215578, A073009.

%K cons,nonn

%O 0,1

%A _Balarka Sen_, Aug 17 2012