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!)
A016584 Decimal expansion of log(15/2). 2
2, 0, 1, 4, 9, 0, 3, 0, 2, 0, 5, 4, 2, 2, 6, 4, 7, 5, 6, 5, 7, 8, 7, 7, 2, 4, 4, 8, 6, 9, 0, 5, 3, 6, 7, 7, 6, 0, 9, 7, 5, 9, 1, 7, 7, 7, 7, 3, 1, 0, 1, 1, 9, 1, 9, 5, 2, 6, 6, 6, 2, 2, 1, 5, 6, 1, 8, 2, 7, 9, 6, 5, 8, 9, 5, 6, 5, 7, 2, 0, 1, 5, 8, 9, 7, 8, 8, 6, 3, 0, 5, 9, 1, 0, 4, 9, 3, 0, 1 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
2.014903020542264756578772448690536776097591777731011919526662215618279...
MATHEMATICA
RealDigits[Log[15/2], 10, 120][[1]] (* Harvey P. Dale, Jan 16 2019 *)
PROG
(PARI) default(realprecision, 20080); x=log(15/2); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016584.txt", n, " ", d)); \\ Harry J. Smith, May 26 2009
CROSSREFS
Cf. A016535 Continued fraction.
Sequence in context: A294411 A274390 A244128 * A293961 A364228 A112899
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 April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)