[go: up one dir, main page]

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!)
A016698 Decimal expansion of log(75). 2
4, 3, 1, 7, 4, 8, 8, 1, 1, 3, 5, 3, 6, 3, 1, 0, 4, 4, 0, 5, 9, 6, 7, 6, 3, 9, 0, 3, 3, 7, 4, 9, 0, 0, 9, 8, 3, 6, 9, 8, 6, 9, 3, 2, 6, 6, 3, 5, 9, 7, 8, 4, 8, 9, 5, 5, 5, 9, 9, 9, 0, 1, 1, 6, 5, 8, 5, 8, 5, 2, 2, 6, 8, 6, 3, 3, 9, 2, 4, 4, 9, 6, 1, 3, 3, 8, 8, 3, 5, 1, 1, 0, 0, 0, 0, 9, 1, 3, 1 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
REFERENCES
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, 1964 (and various reprintings), p. 2.
LINKS
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy].
EXAMPLE
4.317488113536310440596763903374900983698693266359784895559990116585852....
MATHEMATICA
RealDigits[Log[75], 10, 120][[1]] (* Harvey P. Dale, Jul 31 2017 *)
PROG
(PARI) default(realprecision, 20080); x=log(75); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016698.txt", n, " ", d)); \\ Harry J. Smith, May 24 2009
(Magma) SetDefaultRealField(RealField(100)); Log(75); // G. C. Greubel, Sep 21 2018
CROSSREFS
Cf. A016503 (continued fraction).
Sequence in context: A190157 A103552 A127673 * A200115 A332496 A038763
KEYWORD
nonn,cons
AUTHOR
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 29 09:35 EDT 2024. Contains 375511 sequences. (Running on oeis4.)