login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A016515
Continued fraction for log(87).
2
4, 2, 6, 1, 4, 1, 131, 1, 80, 1, 3, 53, 5, 1, 6, 1, 1, 2, 6, 4, 3, 2, 20, 1, 1, 1, 16, 1, 16, 1, 2, 1, 3, 1, 2, 4, 7, 1, 4, 9, 1, 37, 1, 1, 1, 20, 3, 19, 1, 31, 3, 1, 2, 1, 15, 1, 2, 1, 2, 1, 4, 743, 4, 1, 2, 4, 1, 1, 3, 1, 2, 1, 2, 3, 2, 9
OFFSET
1,1
LINKS
EXAMPLE
4.465908118654583718578517269... = 4 + 1/(2 + 1/(6 + 1/(1 + 1/(4 + ...)))). - Harry J. Smith, May 24 2009
MATHEMATICA
ContinuedFraction[Log[87], 100] (* Paolo Xausa, Mar 29 2024 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(87)); for (n=1, 20000, write("b016515.txt", n, " ", x[n])); } \\ Harry J. Smith, May 24 2009
CROSSREFS
Cf. A016710 (decimal expansion).
Sequence in context: A010317 A358200 A131749 * A011306 A213592 A019719
KEYWORD
nonn,cofr
STATUS
approved