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!)
A016459 Continued fraction for log(31). 2
3, 2, 3, 3, 2, 13, 1, 5, 3, 1, 32, 1, 6, 2, 2, 1, 24, 2, 5, 1, 6, 1, 16, 1, 1, 13, 14, 2, 1, 5, 4, 4, 1, 3, 5, 4, 19, 1, 16, 1, 2, 5, 2, 3, 1, 7, 1, 1, 1, 91, 26, 1, 16, 1, 13, 1, 6, 29, 2, 17, 1, 8, 2, 28, 1, 7, 6, 5, 1, 1, 1, 15, 1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
3.433987204485146245929164324... = 3 + 1/(2 + 1/(3 + 1/(3 + 1/(2 + ...)))). - Harry J. Smith, May 20 2009
MATHEMATICA
ContinuedFraction[Log[31], 100] (* Paolo Xausa, Mar 22 2024 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(31)); for (n=1, 20000, write("b016459.txt", n, " ", x[n])); } \\ Harry J. Smith, May 20 2009
CROSSREFS
Cf. A016654 Decimal expansion. - Harry J. Smith, May 20 2009
Sequence in context: A178775 A124874 A230258 * A242309 A275663 A369100
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 13 03:50 EDT 2024. Contains 372497 sequences. (Running on oeis4.)