A278146 Decimal expansion of 2^(3/2) / (sqrt(Pi)*Gamma(3/4)^2).
1, 0, 6, 2, 6, 7, 9, 8, 9, 9, 9, 1, 6, 8, 4, 3, 6, 5, 1, 1, 8, 2, 4, 9, 0, 1, 9, 5, 1, 0, 4, 5, 1, 2, 0, 9, 1, 0, 6, 2, 5, 4, 9, 9, 1, 8, 3, 2, 6, 0, 2, 0, 6, 9, 4, 2, 4, 1, 0, 5, 4, 8, 7, 4, 0, 7, 3, 3, 9, 6, 1, 1, 1, 2, 7, 1, 8, 2, 2, 8, 3, 6, 7, 4, 0, 2, 9, 9, 0, 9, 3, 7, 2, 0, 4, 0, 6, 3, 7, 4, 5, 8, 6, 7
Offset: 1
Examples
1.06267989991684365118249019510...
References
- G. H. Hardy, Ramanujan: twelve lectures on subjects suggested by his life and work, AMS Chelsea Publ., Providence, RI, 2002, pp. 7, 105.
Links
- G. C. Greubel, Table of n, a(n) for n = 1..5000
Programs
-
Mathematica
First@ RealDigits@ N[2^(3/2)/(Sqrt[Pi] Gamma[3/4]^2), 104] (* Michael De Vlieger, Nov 15 2016 *) RealDigits[2^(3/2)/(Sqrt[Pi]*(Gamma[3/4])^2), 10, 50][[1]] (* G. C. Greubel, Jan 10 2017 *)
-
PARI
2^(3/2)/(sqrt(Pi)*(gamma(3/4))^2) \\ G. C. Greubel, Jan 10 2017
Formula
2^(3/2) / (sqrt(Pi)*Gamma(3/4)^2).
Equals 2*A242439. - Hugo Pfoertner, Apr 26 2025
Comments