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!)
A016514 Continued fraction for log(86). 2
4, 2, 4, 1, 40, 1, 7, 1, 16, 1, 2, 2, 1, 17, 1, 79, 1, 1, 18, 1, 1, 1, 2, 1, 4, 1, 4, 1, 5, 1, 1, 2, 11, 8, 2, 1, 4, 22, 6, 2, 1, 2, 14, 8, 6, 5, 1, 1, 13, 2, 1, 3, 13, 2, 4, 2, 2, 1, 4, 1, 1, 1, 3, 1, 2, 1, 1, 1, 10, 1, 17, 4, 7, 10, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
4.45434729625350773289007463... = 4 + 1/(2 + 1/(4 + 1/(1 + 1/(40 + ...)))). - Harry J. Smith, May 24 2009
MATHEMATICA
ContinuedFraction[Log[86], 100] (* Harvey P. Dale, Apr 18 2023 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(86)); for (n=1, 20000, write("b016514.txt", n, " ", x[n])); } \\ Harry J. Smith, May 24 2009
CROSSREFS
Cf. A016709 Decimal expansion. - Harry J. Smith, May 24 2009
Sequence in context: A256789 A226577 A179950 * A224360 A269592 A105256
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 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)