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!)
A016622 Decimal expansion of log(91/2). 2
3, 8, 1, 7, 7, 1, 2, 3, 2, 5, 9, 5, 6, 9, 0, 4, 7, 3, 1, 7, 4, 1, 6, 0, 8, 0, 6, 3, 5, 5, 0, 3, 2, 1, 7, 6, 6, 3, 6, 6, 8, 5, 2, 5, 3, 9, 9, 8, 1, 8, 1, 3, 0, 5, 0, 7, 5, 7, 7, 5, 5, 6, 5, 1, 1, 0, 7, 6, 5, 0, 9, 0, 8, 1, 0, 6, 7, 8, 4, 7, 3, 1, 5, 8, 1, 3, 6, 9, 8, 3, 5, 0, 3, 1, 9, 4, 2, 3, 2 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
3.817712325956904731741608063550321766366852539981813050757755651107650....
MATHEMATICA
RealDigits[Log[91/2], 10, 120][[1]] (* Vincenzo Librandi, Jun 21 2015 *)
PROG
(PARI) default(realprecision, 20080); x=log(91/2); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016622.txt", n, " ", d)); \\ Harry J. Smith, May 30 2009
CROSSREFS
Cf. A016573 (continued fraction).
Sequence in context: A013676 A199270 A131563 * A143623 A094874 A132338
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 28 09:04 EDT 2024. Contains 371240 sequences. (Running on oeis4.)