%I A099870
%S A099870 2,2,3,8,1,8,1,3,0,6,7,9,6,6,9,3,0,4,3,1,8,3,1,3,6,9,9,4,1,9,9,7,1,8,0,
%T A099870 0,9,6,1,6,1,8,1,0,8,1,7,6,5,0,0,5,4,2,2,3,9,1,5,9,0,5,0,8,1,1,6,8,2,6,
%U A099870 9,2,7,4,6,6,2,7,0,1,2,7,7,5,7,0,5,6,4,8,4,8,3,5,3,5,5,8,1,0,8,0,1,8,6
%N A099870 Decimal expansion of sum_{n>0} 1/(n^log(n)).
%F A099870 Sum(n=1, infinity, 1/(n^log(n)))
%e A099870 2.23818130679669304318313699419971800961618108176500542239159050811...
%t A099870 s = 0; Do[s = N[s + 1/n^Log[n], 256], {n, 10^7}]; RealDigits[s, 10, 111][[1]]
(from Robert G. Wilson v Nov 02 2004)
%o A099870 (PARI) default(realprecision,35):sum(n=1,50000,1./(n^log(n)))
%Y A099870 Sequence in context: A089543 A058023 A139073 this_sequence A110985 A153216
A141611
%Y A099870 Adjacent sequences: A099867 A099868 A099869 this_sequence A099871 A099872
A099873
%K A099870 nonn,cons
%O A099870 1,1
%A A099870 Mark Hudson (mrmarkhudson(AT)hotmail.com), Oct 29 2004
%E A099870 More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Nov 02 2004
|