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!)
A016482 Continued fraction for log(54). 2
3, 1, 89, 1, 3, 2, 35, 1, 1, 1, 1, 39, 3, 1, 1, 1, 14, 4, 13, 2, 6, 1, 3, 1, 1, 12, 1, 2, 12, 1, 3, 1, 1, 14, 2, 1, 10, 123, 1, 14, 2, 3, 1, 2, 1, 3, 1, 72, 2, 8, 21, 1, 1, 1, 5, 1, 25, 4, 4, 1, 1, 89, 3, 1, 2, 1, 1, 4, 3, 6, 1, 3, 5, 59 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
3.98898404656427438360296783... = 3 + 1/(1 + 1/(89 + 1/(1 + 1/(3 + ...)))). - Harry J. Smith, May 22 2009
MATHEMATICA
ContinuedFraction[Log[54], 100] (* Paolo Xausa, Mar 25 2024 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(54)); for (n=1, 20000, write("b016482.txt", n, " ", x[n])); } \\ Harry J. Smith, May 22 2009
CROSSREFS
Cf. A016677 (decimal expansion).
Sequence in context: A213069 A357813 A266277 * A012854 A370331 A370431
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.)