|
| |
|
|
A016624
|
|
Decimal expansion of ln(95/2).
|
|
2
| |
|
|
3, 8, 6, 0, 7, 2, 9, 7, 1, 1, 0, 4, 0, 5, 9, 5, 5, 2, 5, 1, 9, 2, 5, 5, 4, 6, 4, 3, 6, 5, 5, 8, 6, 4, 6, 0, 8, 6, 8, 7, 4, 8, 0, 4, 8, 1, 2, 0, 7, 3, 9, 1, 2, 8, 6, 3, 2, 9, 9, 2, 8, 1, 1, 8, 3, 9, 0, 0, 7, 8, 0, 6, 7, 8, 0, 2, 1, 6, 0, 3, 3, 7, 7, 3, 8, 4, 2, 8, 9, 3, 4, 9, 1, 2, 5, 0, 0, 8, 1
(list; constant; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
LINKS
| Harry J. Smith, Table of n, a(n) for n=1,...,20000
|
|
|
EXAMPLE
| 3.860729711040595525192554643655864608687480481207391286329928118390078... [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 30 2009]
|
|
|
MATHEMATICA
| RealDigits[Log[95/2], 10, 120][[1]] (* From Harvey P. Dale, Jul 19 2011 *)
|
|
|
PROG
| (PARI) { default(realprecision, 20080); x=log(95/2); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016624.txt", n, " ", d)); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 30 2009]
|
|
|
CROSSREFS
| Cf. A016575 Continued fraction. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 30 2009]
Sequence in context: A144872 A090347 A125125 * A021263 A081803 A016627
Adjacent sequences: A016621 A016622 A016623 * A016625 A016626 A016627
|
|
|
KEYWORD
| nonn,cons
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
| |
|
|