login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A016444 Continued fraction for log(16). 2
2, 1, 3, 2, 1, 1, 14, 3, 9, 43, 1, 1, 7, 1, 1, 3, 1, 3, 2, 1, 2, 1, 3, 1, 1, 1, 4, 6, 1, 1, 6, 3, 1, 1, 21, 3, 1, 2, 1, 2, 4, 1, 8, 4, 1, 1, 3, 3, 28, 1, 6, 1, 4, 5, 3, 3, 5, 1, 19, 7, 1, 1, 70, 11, 8, 6, 1, 1, 3, 4, 1, 2, 7, 1, 5, 3, 2, 34 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
2.772588722239781237668928485... = 2 + 1/(1 + 1/(3 + 1/(2 + 1/(1 + ...)))). - Harry J. Smith, May 17 2009
MATHEMATICA
ContinuedFraction[Log[16], 80] (* Harvey P. Dale, May 13 2012 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(16)); for (n=1, 20000, write("b016444.txt", n, " ", x[n])); } \\ Harry J. Smith, May 17 2009
CROSSREFS
Cf. A016639 Decimal expansion. - Harry J. Smith, May 17 2009
Sequence in context: A300441 A295665 A103484 * A280831 A166948 A325532
KEYWORD
nonn,cofr
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)