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!)
A016446 Continued fraction for log(18). 2
2, 1, 8, 8, 4, 1, 1, 1, 36, 14, 1, 1, 1, 65, 1, 1, 4, 27, 7, 1, 1, 2, 3, 8, 7, 4, 1, 7, 1, 4, 13, 1, 3, 1, 2, 3, 6, 1, 4, 2, 2, 1, 1, 2, 8, 2, 6, 2, 1, 5, 3, 1, 1, 1, 1, 116, 1, 48, 28, 1, 7, 1, 1, 23, 1, 15, 1, 10, 1, 9, 2, 1, 1, 4, 1, 5 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
2.890371757896164692207722595... = 2 + 1/(1 + 1/(8 + 1/(8 + 1/(4 + ...)))). - Harry J. Smith, May 17 2009
MATHEMATICA
ContinuedFraction[Log[18], 120] (* Harvey P. Dale, May 04 2017 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(18)); for (n=1, 20000, write("b016446.txt", n, " ", x[n])); } \\ Harry J. Smith, May 17 2009
CROSSREFS
Cf. A016641 Decimal expansion. - Harry J. Smith, May 17 2009
Sequence in context: A286724 A123516 A193604 * A254794 A086657 A188922
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 July 29 02:33 EDT 2024. Contains 374727 sequences. (Running on oeis4.)