OFFSET
1,2
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..5000
Steven R. Finch, Moments of sums, April 23, 2004 [Cached copy, with permission of the author]
Wikipedia, Khintchine inequality
Wikipedia, Rademacher distribution
FORMULA
p_0 is the unique solution of the equation Gamma((p + 1)/2) = sqrt(Pi)/2.
EXAMPLE
1.8474163360763421293976936897345912119153478325037...
MAPLE
Digits := 120; `assuming`([fsolve(GAMMA((p+1)/2) = sqrt(Pi)/2)], [p > 0]) # Vaclav Kotesovec, Oct 28 2014
MATHEMATICA
p0 = p /. FindRoot[Gamma[(p + 1)/2] == Sqrt[Pi]/2, {p, 1}, WorkingPrecision -> 104]; RealDigits[p0] // First
CROSSREFS
KEYWORD
AUTHOR
Jean-François Alcover, Oct 28 2014
STATUS
approved