The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A293079 Decimal expansion of log_Pi(3). 0
9, 5, 9, 7, 1, 3, 1, 1, 8, 5, 6, 9, 3, 9, 0, 0, 1, 9, 3, 3, 6, 0, 2, 3, 1, 9, 8, 8, 4, 3, 5, 0, 0, 6, 5, 4, 9, 4, 2, 2, 4, 7, 4, 3, 5, 6, 3, 9, 5, 7, 5, 3, 4, 5, 5, 1, 1, 0, 4, 5, 7, 2, 7, 7, 0, 6, 7, 3, 9, 1, 3, 7, 6, 7, 3, 2, 8, 1, 9, 1, 9, 9, 8, 7, 9, 2, 7, 1, 5, 8, 0, 3, 8, 0, 0, 1, 8, 8, 1, 4 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
Equals log(3)/log(Pi) = A002391/A053510.
EXAMPLE
0.959713118569390019336023198...
MATHEMATICA
RealDigits[Log[Pi, 3], 10, 120][[1]] (* Harvey P. Dale, Apr 09 2021 *)
PROG
(Python)
from math import log, pi
print(log(3, pi))
(PARI) log(3)/log(Pi) \\ Michel Marcus, Sep 30 2017
CROSSREFS
Sequence in context: A341430 A341438 A265290 * A197685 A220510 A078086
KEYWORD
nonn,cons
AUTHOR
Rajat Goel, Sep 30 2017
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 June 5 17:43 EDT 2024. Contains 373107 sequences. (Running on oeis4.)