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!)
A016614 Decimal expansion of log(75/2). 2
3, 6, 2, 4, 3, 4, 0, 9, 3, 2, 9, 7, 6, 3, 6, 5, 1, 3, 1, 1, 7, 9, 5, 3, 1, 7, 8, 1, 9, 1, 6, 7, 2, 4, 4, 1, 5, 6, 2, 3, 1, 9, 3, 1, 3, 1, 9, 9, 9, 5, 2, 9, 6, 4, 1, 4, 3, 9, 3, 1, 0, 1, 0, 7, 0, 9, 2, 4, 5, 8, 6, 4, 6, 6, 6, 4, 2, 2, 9, 7, 8, 0, 5, 2, 8, 0, 2, 0, 1, 8, 4, 0, 0, 3, 6, 7, 2, 6, 2 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
3.624340932976365131179531781916724415623193131999529641439310107092458....
MATHEMATICA
RealDigits[Log[75/2], 10, 120][[1]] (* Vincenzo Librandi, Jun 21 2015 *)
PROG
(PARI) default(realprecision, 20080); x=log(75/2); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016614.txt", n, " ", d)); \\ Harry J. Smith, May 29 2009
CROSSREFS
Cf. A016565 (continued fraction).
Sequence in context: A319674 A372696 A021738 * A019769 A092948 A308315
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 July 15 11:27 EDT 2024. Contains 374332 sequences. (Running on oeis4.)