[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!)
A016583 Decimal expansion of log(13/2). 2
1, 8, 7, 1, 8, 0, 2, 1, 7, 6, 9, 0, 1, 5, 9, 1, 4, 2, 6, 6, 3, 6, 2, 5, 5, 3, 2, 0, 1, 0, 7, 1, 4, 2, 0, 3, 6, 7, 2, 9, 7, 6, 7, 8, 1, 0, 3, 9, 9, 9, 5, 1, 8, 6, 2, 2, 9, 8, 3, 6, 5, 5, 0, 1, 1, 7, 0, 0, 7, 1, 0, 4, 5, 3, 5, 4, 7, 1, 5, 4, 6, 3, 7, 9, 3, 7, 1, 1, 3, 3, 6, 4, 4, 4, 0, 7, 0, 8, 0 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
1.871802176901591426636255320107142036729767810399951862298365501170071...
MATHEMATICA
RealDigits[Log[13/2], 10, 120][[1]] (* Harvey P. Dale, Jul 06 2011 *)
PROG
(PARI) default(realprecision, 20080); x=log(13/2); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016583.txt", n, " ", d)); \\ Harry J. Smith, May 26 2009
CROSSREFS
Cf. A016534 Continued fraction.
Sequence in context: A201768 A019814 A010528 * A124473 A011108 A331370
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 15:03 EDT 2024. Contains 375517 sequences. (Running on oeis4.)