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!)
A016512 Continued fraction for log(84). 2
4, 2, 3, 8, 1, 4, 11, 1, 68, 1, 12, 1, 2, 2, 1, 1, 32, 2, 2, 3, 1, 2, 4, 1, 1, 30, 2, 2, 1, 1, 3, 1, 106, 55, 9, 1, 4, 1, 1, 19, 1, 5, 32, 1, 1, 1, 4, 2, 1, 2, 3, 26, 1, 1, 2, 27, 4, 16, 2, 9, 3, 2, 9, 19, 1, 1, 1, 1, 9, 1, 1, 3, 116 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
4.430816798843313615335062223... = 4 + 1/(2 + 1/(3 + 1/(8 + 1/(1 + ...)))). - Harry J. Smith, May 24 2009
MATHEMATICA
ContinuedFraction[Log[84], 100] (* Paolo Xausa, Mar 29 2024 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(84)); for (n=1, 20000, write("b016512.txt", n, " ", x[n])); } \\ Harry J. Smith, May 24 2009
CROSSREFS
Cf. A016707 (decimal expansion).
Sequence in context: A306716 A143054 A195953 * A201651 A357463 A349119
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 26 16:30 EDT 2024. Contains 372003 sequences. (Running on oeis4.)