OFFSET
1,1
REFERENCES
Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Section 5.6 Otter's Tree Enumeration Constants, p. 311.
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..10000
FORMULA
2*G/(Pi*log(2))+5/2, where G is Catalan's constant (G ~ 0.915966).
EXAMPLE
3.341266940724730471889348860254734362026317624560016898783179693499...
MATHEMATICA
RealDigits[2*Catalan/(Pi*Log[2])+5/2, 10, 104] // First
PROG
(PARI) default(realprecision, 100); 2*Catalan/(Pi*log(2))+5/2 \\ G. C. Greubel, Aug 25 2018
(Magma) SetDefaultRealField(RealField(100)); R:=RealField(); 2*Catalan(R)/(Pi(R)*Log(2))+5/2; // G. C. Greubel, Aug 25 2018
CROSSREFS
KEYWORD
AUTHOR
Jean-François Alcover, Jul 15 2014
STATUS
approved