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!)
A016443 Continued fraction for log(15). 2
2, 1, 2, 2, 2, 1, 5, 2, 2, 1, 3, 3, 2, 58, 8, 1, 2, 1, 1, 4, 1, 1, 165, 1, 1, 7, 3, 1, 4, 7, 3, 2, 8, 2, 1, 1, 4, 23, 2, 8, 2, 2, 3, 2, 1, 13, 1, 2, 1, 3, 58, 3, 1, 3, 2, 3, 4, 2, 1, 110, 4, 3, 25, 1, 5, 1, 4, 24, 3, 2, 7, 1, 1, 2, 1, 1, 5 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
2.708050201102210065996004570... = 2 + 1/(1 + 1/(2 + 1/(2 + 1/(2 + ...)))). - Harry J. Smith, May 16 2009
MATHEMATICA
ContinuedFraction[Log[15], 100] (* Harvey P. Dale, May 15 2019 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(15)); for (n=1, 20000, write("b016443.txt", n, " ", x[n])); } \\ Harry J. Smith, May 16 2009
CROSSREFS
Cf. A016638 Decimal expansion. - Harry J. Smith, May 16 2009
Sequence in context: A297791 A098965 A290087 * A327640 A300648 A318450
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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)