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!)
A016442 Continued fraction for log(14). 2
2, 1, 1, 1, 3, 2, 1, 3, 1, 7, 1, 4, 8, 4, 10, 1, 2, 1, 9, 1, 5, 4, 2, 4, 5, 2, 3, 123, 10, 12, 4, 1, 1, 1, 1, 1, 2, 2, 9, 4, 1, 4, 11, 2, 1, 8, 2, 2, 3, 3, 11, 16, 2, 2, 3, 7, 1, 1, 1, 95, 5, 34, 1, 2, 4, 1, 2, 3, 1, 1, 1, 37, 6, 38, 1, 26 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
2.639057329615258614522584864... = 2 + 1/(1 + 1/(1 + 1/(1 + 1/(3 + ...)))). - Harry J. Smith, May 16 2009
MATHEMATICA
ContinuedFraction[Log[14], 80] (* Harvey P. Dale, Jan 22 2012 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(14)); for (n=1, 20000, write("b016442.txt", n, " ", x[n])); } [Harry J. Smith, May 16 2009]
CROSSREFS
Cf. A016637 (decimal expansion). - Harry J. Smith, May 16 2009
Sequence in context: A086291 A262766 A262747 * A076360 A246702 A089398
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 24 11:49 EDT 2024. Contains 371936 sequences. (Running on oeis4.)