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!)
A016607 Decimal expansion of log(61/2). 2
3, 4, 1, 7, 7, 2, 6, 6, 8, 3, 6, 1, 3, 3, 6, 5, 9, 3, 9, 3, 3, 4, 1, 5, 6, 9, 8, 1, 9, 6, 7, 4, 3, 8, 1, 7, 8, 2, 4, 0, 1, 8, 1, 6, 0, 8, 7, 2, 1, 0, 0, 5, 8, 0, 8, 8, 1, 6, 7, 0, 3, 6, 3, 6, 9, 2, 6, 0, 4, 6, 1, 8, 4, 8, 7, 5, 2, 5, 4, 0, 1, 5, 5, 7, 9, 5, 6, 5, 8, 7, 9, 1, 0, 3, 6, 8, 5, 0, 8 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
3.417726683613365939334156981967438178240181608721005808816703636926046....
MATHEMATICA
RealDigits[Log[61/2], 10, 120][[1]] (* Harvey P. Dale, Oct 05 2012 *)
PROG
(PARI) default(realprecision, 20080); x=log(61/2); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016607.txt", n, " ", d)); \\ Harry J. Smith, May 28 2009
CROSSREFS
Cf. A016558 (continued fraction).
Sequence in context: A226776 A339278 A202500 * A262216 A076446 A053289
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 March 29 08:51 EDT 2024. Contains 371268 sequences. (Running on oeis4.)