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!)
A016507 Continued fraction for log(79). 2
4, 2, 1, 2, 2, 2, 3, 1, 1, 1, 1, 2, 2, 1, 50, 1, 1, 4, 5, 4, 1, 7, 1, 3, 1, 1, 1, 27, 2, 5, 4, 13, 1, 1, 2, 3, 2, 6, 3, 5, 12, 13, 1, 15, 1, 1, 1, 6, 1, 9, 2, 7, 1, 1, 4, 1, 3, 22, 2, 5, 2, 2, 2, 1, 2, 43, 21, 17, 67, 1, 1, 21, 1, 1, 2, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
4.369447852467021494172945541... = 4 + 1/(2 + 1/(1 + 1/(2 + 1/(2 + ...)))). - Harry J. Smith, May 24 2009
MATHEMATICA
ContinuedFraction[Log[79], 100] (* Harvey P. Dale, Sep 15 2018 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(79)); for (n=1, 20000, write("b016507.txt", n, " ", x[n])); } \\ Harry J. Smith, May 24 2009
CROSSREFS
Cf. A016702 Decimal expansion. - Harry J. Smith, May 24 2009
Sequence in context: A235795 A046096 A080816 * A270047 A132116 A327252
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 June 6 07:26 EDT 2024. Contains 373115 sequences. (Running on oeis4.)