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

Search: a016649 -id:a016649
     Sort: relevance | references | number | modified | created      Format: long | short | data
Continued fraction for log(26).
+10
2
3, 3, 1, 6, 1, 31, 1, 1, 1, 2, 1461, 1, 1, 2, 1, 3, 1, 4, 2, 5, 1, 1, 104, 6, 25, 10, 6, 12, 1, 2, 1, 156, 2, 1, 1, 7, 1, 139, 1, 8, 1, 3, 2, 1, 8, 7, 1, 8, 2, 3, 2, 9, 6, 46, 1, 3, 5, 1, 5, 1, 10, 1, 2, 7, 7, 2, 22, 2, 4, 3, 1, 177, 2
OFFSET
1,1
LINKS
EXAMPLE
3.258096538021482045470719563... = 3 + 1/(3 + 1/(1 + 1/(6 + 1/(1 + ...)))). - Harry J. Smith, May 20 2009
MATHEMATICA
ContinuedFraction[Log[26], 100] (* Harvey P. Dale, Jul 23 2018 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(26)); for (n=1, 20000, write("b016454.txt", n, " ", x[n])); } \\ Harry J. Smith, May 20 2009
CROSSREFS
Cf. A016649 Decimal expansion. - Harry J. Smith, May 20 2009
KEYWORD
nonn,cofr
STATUS
approved

Search completed in 0.006 seconds