OFFSET
1,2
LINKS
Eric Weisstein's MathWorld, Barnes G-Function
Wikipedia, Barnes G-function
FORMULA
3 - 2*x + log(2*Pi) + 2*(x-1)*psi(x-1) = 0, with 0<x<2, psi being the digamma function.
EXAMPLE
1.39147038104109517345104885847432150030673503397700228177599677420531...
MATHEMATICA
digits = 105; x1 = x /. FindRoot[3 - 2*x + Log[2*Pi] + 2*(x-1)*PolyGamma[x-1] == 0, {x, 3/2}, WorkingPrecision -> digits+10]; RealDigits[x1, 10, digits] // First
CROSSREFS
KEYWORD
AUTHOR
Jean-François Alcover, Jul 11 2014
STATUS
approved