OFFSET
1,3
COMMENTS
This is the prefactor of the linear magnetoresistance of strange metals in the high magnetic field regime. The number comes from a phenomenological model using a modified Boltzmann equation. See the link for details.
REFERENCES
R. D. H. Hinlopen, F. A. Hinlopen, J. Ayres, and N. E. Hussey. B^2 to B-linear magnetoresistance due to impeded orbital motion, Physical Review Research 4, no. 3 (2022): 033195.
LINKS
R. D. H. Hinlopen, F. A. Hinlopen, J. Ayres, and N. E. Hussey, B^2 to B-linear magnetoresistance due to impeded orbital motion, Physical Review Research 4, no. 3 (2022): 033195.
EXAMPLE
2*Pi/(4+(Pi-2)^2) = 1.18478376776...
MATHEMATICA
First[RealDigits[2 Pi/(4+(Pi-2)^2), 10, 120]] (* Paolo Xausa, Jan 13 2024 *)
PROG
(Python)
from sympy import pi, N;
def A369103(n):
return list(map(int, str(N(2*pi/(4+(pi-2)**2), n)).replace(".", "")))
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Bence BernĂ¡th, Jan 13 2024
STATUS
approved