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!)
A016602 Decimal expansion of log(51/2). 2
3, 2, 3, 8, 6, 7, 8, 4, 5, 2, 1, 6, 4, 3, 8, 0, 4, 6, 2, 2, 2, 7, 5, 4, 7, 7, 3, 3, 3, 3, 7, 4, 7, 5, 6, 7, 2, 1, 6, 0, 1, 9, 3, 4, 3, 6, 0, 4, 8, 2, 3, 8, 9, 8, 4, 9, 1, 1, 2, 5, 2, 0, 6, 2, 0, 2, 6, 3, 9, 3, 2, 4, 7, 0, 4, 9, 8, 4, 5, 5, 3, 2, 1, 7, 9, 8, 4, 7, 2, 9, 5, 8, 5, 4, 8, 1, 6, 3, 4 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
3.238678452164380462227547733337475672160193436048238984911252062026393....
MATHEMATICA
First[RealDigits[Log[51/2], 10, 100]] (* Paolo Xausa, Apr 05 2024 *)
PROG
(PARI) default(realprecision, 20080); x=log(51/2); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016602.txt", n, " ", d)); \\ Harry J. Smith, May 28 2009
CROSSREFS
Cf. A016553 (continued fraction).
Sequence in context: A213265 A123649 A080848 * A131134 A151690 A346472
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 September 15 20:25 EDT 2024. Contains 375955 sequences. (Running on oeis4.)