A087016 Decimal expansion of G(3/2), where G is the Barnes G-function.
1, 0, 6, 9, 2, 2, 2, 6, 4, 9, 2, 6, 6, 4, 1, 2, 9, 4, 9, 5, 4, 3, 0, 0, 8, 8, 7, 8, 6, 9, 7, 8, 9, 1, 6, 0, 4, 6, 5, 2, 7, 6, 1, 6, 3, 5, 6, 0, 6, 8, 3, 3, 1, 3, 6, 5, 9, 5, 5, 7, 7, 5, 6, 2, 9, 2, 1, 8, 0, 9, 3, 5, 5, 4, 3, 9, 1, 6, 7, 3, 9, 5, 0, 2, 6, 5, 3, 1, 2, 2, 2, 7, 1, 9, 2, 2, 5, 3, 8, 4, 3, 0
Offset: 1
Examples
1.0692...
Links
- Eric Weisstein's World of Mathematics, Barnes G-Function
- Wikipedia, Barnes G-function
Programs
-
Mathematica
(2^(1/24)*E^(1/8)*Pi^(1/4))/Glaisher^(3/2) (* Or, since version 7.0, *) RealDigits[BarnesG[3/2], 10, 102] // First (* Jean-François Alcover, Jul 11 2014 *)
-
PARI
2^(1/24)*Pi^(1/4)*exp(3/2*zeta'(-1)) \\ Charles R Greathouse IV, Dec 12 2013