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 e^(3*Zeta(3)/(4*log(2))).
1

%I #22 Nov 19 2024 03:15:01

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

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

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

%N Decimal expansion of e^(3*Zeta(3)/(4*log(2))).

%H G. C. Greubel, <a href="/A275696/b275696.txt">Table of n, a(n) for n = 1..10000</a>

%F Equals e^(3*Zeta(3)/(4*log(2))) = A001113^(A275689).

%e 3.67168670743006450078...

%t RealDigits[Exp[3*(Zeta[3]/(4*Log[2]))],10,100]

%o (PARI) exp(3*(zeta(3)/(4*log(2)))) \\ _G. C. Greubel_, Mar 23 2017

%Y Cf. A275689, A086702, A089729, A100199.

%K nonn,cons

%O 1,1

%A _Terry D. Grant_, Aug 05 2016