OFFSET
0,1
COMMENTS
From an engineering point of view, this constant summand can be regarded as a kind of near-field contribution, which contains the well-known resistance of 1/3 ohms between 2 neighboring nodes as the main part.
The asymptotic formula is analogous to that known for the square lattice. The constant was determined by comparison with the exact integral (see A355589) for the resistance, evaluated for very large distances d (maximum approx. 10^9, for larger arguments the computational effort is no longer manageable). At the moment (July 2022) no representation in closed form is known. A derivation similar to the method used to determine A355953 might be applicable.
EXAMPLE
0.3344120313924198...
MATHEMATICA
alphat[beta_] := ArcCosh[2/Cos[beta] - Cos[beta]];
Rtri[n_, p_] :=
SetAccuracy[1/(Pi), 150]*
NIntegrate[(1 -
Exp[-Abs[n - p]*alphat[beta]]*Cos[(n + p)*beta])/(Cos[
beta]*Sinh[alphat[beta]]), {beta, 0, Pi/2},
WorkingPrecision -> 150];
Rtri[3*10^8, 0] - SetAccuracy[Log[3*10^8]/(Pi* Sqrt[3]), 150];
CROSSREFS
KEYWORD
AUTHOR
Hugo Pfoertner, Jul 26 2022
STATUS
approved