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!)
A016503 Continued fraction for log(75). 2
4, 3, 6, 1, 2, 8, 1, 2, 1, 1, 23, 1, 28, 7, 1, 55, 1, 5, 2, 2, 1, 45, 1, 2, 2, 6, 1, 7, 2, 2, 1, 5, 46, 1, 53, 2, 2, 12, 3, 2, 30, 1, 1, 1, 1, 2, 1, 6, 3, 8, 2, 2, 1, 5, 3, 1, 1, 31, 3, 1, 441, 3, 3, 1, 2, 1, 3, 2, 1, 1, 4, 2, 1, 4, 53 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
4.317488113536310440596763903... = 4 + 1/(3 + 1/(6 + 1/(1 + 1/(2 + ...)))). - Harry J. Smith, May 24 2009
MATHEMATICA
ContinuedFraction[Log[75], 100] (* Harvey P. Dale, Mar 25 2016 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(75)); for (n=1, 20000, write("b016503.txt", n, " ", x[n])); } \\ Harry J. Smith, May 24 2009
CROSSREFS
Cf. A016698 Decimal expansion. - Harry J. Smith, May 24 2009
Sequence in context: A298801 A340297 A369928 * A319614 A010653 A153200
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 September 5 22:34 EDT 2024. Contains 375701 sequences. (Running on oeis4.)