|
| |
|
|
A016594
|
|
Decimal expansion of ln(35/2).
|
|
2
| |
|
|
2, 8, 6, 2, 2, 0, 0, 8, 8, 0, 9, 2, 9, 4, 6, 8, 3, 7, 0, 2, 8, 8, 8, 7, 9, 9, 5, 5, 2, 1, 1, 1, 9, 0, 8, 0, 1, 0, 8, 7, 1, 8, 5, 9, 4, 9, 4, 9, 0, 1, 2, 3, 6, 5, 6, 2, 5, 1, 3, 5, 8, 0, 3, 1, 9, 1, 8, 3, 6, 5, 2, 2, 8, 4, 9, 0, 0, 3, 2, 3, 1, 6, 8, 1, 1, 9, 2, 9, 0, 4, 9, 6, 8, 4, 6, 3, 2, 4, 5
(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
| 2.862200880929468370288879955211190801087185949490123656251358031918365... [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 27 2009]
|
|
|
MATHEMATICA
| RealDigits[Log[35/2], 10, 120][[1]] (* From Harvey P. Dale, Oct 03 2011 *)
|
|
|
PROG
| (PARI) { default(realprecision, 20080); x=log(35/2); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016594.txt", n, " ", d)); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 27 2009]
|
|
|
CROSSREFS
| Cf. A016545 Continued fraction. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 27 2009]
Sequence in context: A011059 A200284 A019771 * A175803 A019986 A146943
Adjacent sequences: A016591 A016592 A016593 * A016595 A016596 A016597
|
|
|
KEYWORD
| nonn,cons
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
| |
|
|