login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A369103 Decimal expansion of 2*Pi/(4+(Pi-2)^2). 2
1, 1, 8, 4, 7, 8, 3, 7, 6, 7, 7, 6, 4, 7, 6, 4, 0, 3, 9, 3, 1, 2, 1, 1, 1, 3, 8, 5, 2, 5, 4, 1, 9, 3, 0, 9, 2, 3, 7, 1, 1, 5, 1, 2, 3, 9, 3, 6, 0, 4, 4, 8, 9, 6, 2, 9, 3, 2, 7, 6, 2, 2, 9, 0, 3, 8, 3, 0, 7, 6, 6, 4, 4, 1, 3, 8, 1, 5, 1, 6, 8, 2, 7, 3, 3, 9, 8, 6, 8, 3, 7, 3, 8, 2, 7, 9, 5 (list; constant; graph; refs; listen; history; text; internal format)
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
Sequence in context: A110233 A179260 A254246 * A254375 A359837 A019684
KEYWORD
nonn,cons
AUTHOR
Bence Bernáth, Jan 13 2024
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 28 00:49 EDT 2024. Contains 375471 sequences. (Running on oeis4.)