OFFSET
0,1
COMMENTS
This constant is the negative of the exponent of the growth rate of the probability of Bernoulli percolation on the 2-dimensional triangular lattice at criticality (p = 1/2). It is transcendental (Theorem 1.2 in Nolin, Qian, Sun, & Zhuang).
LINKS
Pierre Nolin, Wei Qian, Xin Sun, and Zijie Zhuang, Backbone exponent for two-dimensional percolation, arXiv:2309.05050 [math.PR], 2023-2024.
Leila Sloman, Maze proof establishes a 'backbone' for statistical mechanics, Quanta Magazine (2024).
FORMULA
This is the unique constant 1/4 < x < 2/3 with sqrt(36*x+3)/4 + sin(2*Pi*sqrt(12*x+1)/3) = 0.
EXAMPLE
0.35666683671288958283730738100126626990387015340762441399060973763736138420....
MATHEMATICA
RealDigits[x /. FindRoot[Sqrt[36*x + 3]/4 + Sin[2*Pi*Sqrt[12*x + 1]/3], {x, 1/2}, WorkingPrecision -> 105]][[1]] (* Amiram Eldar, Mar 03 2026 *)
PROG
(PARI) t=sqrt(3)/4; u=2*Pi/3; solve(x=.3, .4, my(s=sqrt(12*x+1)); sin(s*u)+s*t)
(PARI) t=sqrt(3)/4; u=2*Pi/3; (solve(s=2.2, 2.3, sin(s*u)+s*t)^2-1)/12 \\ Charles R Greathouse IV, Apr 26 2026
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
Charles R Greathouse IV, Feb 08 2024
STATUS
approved
