login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A016541
Continued fraction for log(27/2).
2
2, 1, 1, 1, 1, 14, 3, 1, 2, 7, 6, 1, 1, 1, 1, 1, 4, 1, 1, 1, 13, 1, 1, 1, 1, 1, 202, 1, 1, 1, 8, 1, 1, 4, 1, 1, 1, 3, 4, 1, 6, 1, 18, 17, 1, 1, 1, 2, 10, 30, 1, 1, 1, 1, 1, 3, 15, 5, 5, 5, 4, 12, 1, 1, 1, 1, 1, 2, 2, 2, 1, 1, 6, 1, 12, 10
OFFSET
1,1
LINKS
G. Xiao, Contfrac
EXAMPLE
2.602689685444383764768503589... = 2 + 1/(1 + 1/(1 + 1/(1 + 1/(1 + ...)))). - Harry J. Smith, May 26 2009
MATHEMATICA
ContinuedFraction[Log[27/2], 100] (* Paolo Xausa, Apr 01 2024 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(27/2)); for (n=1, 20000, write("b016541.txt", n, " ", x[n])); } \\ Harry J. Smith, May 26 2009
CROSSREFS
Cf. A016590 (decimal expansion).
Sequence in context: A351350 A176250 A248975 * A230453 A098876 A364891
KEYWORD
nonn,cofr
STATUS
approved