[go: up one dir, main page]

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”).

A016472
Continued fraction for log(44).
2
3, 1, 3, 1, 1, 1, 2, 1, 2, 2, 1, 2, 6, 1, 1, 1, 1, 1, 2, 2, 9, 1, 1, 127, 2, 1, 1, 8, 1, 1, 2, 2, 1, 3, 1, 10, 1, 5, 2, 3, 2, 8, 1, 1, 19, 1, 3, 1, 2, 3, 1, 3, 1, 3, 1, 2, 1, 1, 1, 4, 1, 1, 12, 2, 4, 2, 22, 1, 2, 3, 4, 2, 12, 4, 1, 2, 2, 2
OFFSET
1,1
LINKS
EXAMPLE
3.784189633918261162896407820... = 3 + 1/(1 + 1/(3 + 1/(1 + 1/(1 + ...)))). - Harry J. Smith, May 21 2009
MATHEMATICA
ContinuedFraction[Log[44], 100] (* Paolo Xausa, Mar 23 2024 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(44)); for (n=1, 20000, write("b016472.txt", n, " ", x[n])); } \\ Harry J. Smith, May 21 2009
CROSSREFS
Cf. A016667 Decimal expansion. - Harry J. Smith, May 21 2009
Sequence in context: A324724 A051718 A370414 * A095346 A060839 A088204
KEYWORD
nonn,cofr
STATUS
approved