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!)
A016520 Continued fraction for log(92). 2
4, 1, 1, 10, 1, 37, 3, 6, 1, 1, 2, 1, 1, 1, 1, 2, 3, 8, 1, 20, 1, 71, 6, 1, 82, 4, 4, 2, 13, 1, 20, 1, 6, 1, 1, 1, 3, 1, 2, 2, 4, 1, 2, 1, 4, 7, 2, 2, 12, 1, 4, 7, 1, 1, 1, 1, 1, 1, 1, 2, 5, 1, 1, 1, 1, 1, 8, 1, 5, 4, 1, 1, 4, 3, 1, 2, 4, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
4.52178857704904030964121707... = 4 + 1/(1 + 1/(1 + 1/(10 + 1/(1 + ...)))). - Harry J. Smith, May 25 2009
MATHEMATICA
ContinuedFraction[Log[92], 100] (* Harvey P. Dale, Apr 04 2021 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(92)); for (n=1, 20000, write("b016520.txt", n, " ", x[n])); } \\ Harry J. Smith, May 25 2009
CROSSREFS
Cf. A016715 Decimal expansion. - Harry J. Smith, May 25 2009
Sequence in context: A226234 A369189 A185027 * A361731 A109955 A214398
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)