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!)
A016601 Decimal expansion of log(49/2). 2
3, 1, 9, 8, 6, 7, 3, 1, 1, 7, 5, 5, 0, 6, 8, 1, 3, 0, 0, 7, 9, 3, 4, 7, 3, 3, 6, 5, 4, 2, 8, 1, 8, 2, 8, 9, 1, 1, 9, 8, 6, 6, 9, 3, 2, 4, 8, 0, 3, 4, 6, 7, 1, 2, 2, 7, 9, 8, 1, 0, 0, 2, 9, 0, 3, 8, 1, 7, 6, 6, 1, 0, 3, 5, 3, 4, 4, 4, 3, 8, 1, 9, 9, 6, 9, 4, 5, 3, 6, 7, 0, 1, 7, 9, 3, 2, 4, 3, 6 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
3.198673117550681300793473365428182891198669324803467122798100290381766....
MATHEMATICA
RealDigits[Log[49/2], 10, 120][[1]] (* Harvey P. Dale, Jan 15 2017 *)
PROG
(PARI) default(realprecision, 20080); x=log(49/2); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016601.txt", n, " ", d)); \\ Harry J. Smith, May 28 2009
CROSSREFS
Cf. A016552 (continued fraction).
Sequence in context: A201840 A114195 A185948 * A193031 A078416 A369926
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 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)