The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A016516 Continued fraction for log(88). 3
4, 2, 10, 1, 1, 7, 1, 1, 6, 4, 18, 1, 4, 37, 1, 1, 3, 26, 1, 31, 2, 4, 18, 1, 2, 1, 3, 1, 8, 1, 4, 2, 1, 2, 7, 11, 2, 2, 1, 3, 1, 1, 1, 3, 1, 12, 2, 7, 3, 2, 3, 3, 1, 1, 22, 2, 4, 1, 1, 4, 5, 7, 3, 13, 2, 1, 4, 1, 2, 354, 2, 1, 2, 1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
4.47733681447820647231363994... = 4 + 1/(2 + 1/(10 + 1/(1 + 1/(1 + ...)))). - Harry J. Smith, May 24 2009
MATHEMATICA
ContinuedFraction[Log[88], 100] (* Harvey P. Dale, Aug 04 2016 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(88)); for (n=1, 20000, write("b016516.txt", n, " ", x[n])); } \\ Harry J. Smith, May 24 2009]
CROSSREFS
Cf. A016711 Decimal expansion. - Harry J. Smith, May 24 2009]
Sequence in context: A171631 A052915 A130273 * A349693 A247414 A138569
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 May 21 11:30 EDT 2024. Contains 372736 sequences. (Running on oeis4.)