OFFSET
0,1
COMMENTS
In Ising model on the 2D square lattice, the negated ratio of free energy per node to the temperature at the critical point. - Andrey Zabolotskiy, Sep 12 2017
REFERENCES
Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Section 5.22 Lenz-Ising constants, p. 399.
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..10000
Lars Onsager, Crystal Statistics. I. A Two-Dimensional Model with an Order-Disorder Transition, Phys. Rev. 65, 117 (1944) [see eq. (121)].
FORMULA
log(2)/2 + 2*G/Pi = log(2)/2 + A218387/2, where G is Catalan's constant.
EXAMPLE
0.929695398341610214985384973665878...
MATHEMATICA
RealDigits[Log[2]/2 + 2*Catalan/Pi, 10, 105] // First
PROG
(PARI) default(realprecision, 100); log(2)/2 + 2*Catalan/Pi \\ G. C. Greubel, Aug 25 2018
(Magma) SetDefaultRealField(RealField(100)); R:=RealField(); Log(2)/2 + 2*Catalan(R)/Pi(R); // G. C. Greubel, Aug 25 2018
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Jean-François Alcover, Jun 02 2014
STATUS
approved