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!)
A016551 Continued fraction for log(47/2). 2
3, 6, 2, 1, 2, 2, 2, 2, 1, 1, 1, 2, 141, 2, 6, 19, 3, 4, 2, 3, 1, 4, 16, 1, 4, 3, 2, 6, 2, 1, 2, 12, 1, 1, 9, 18, 2, 1, 1, 12, 2, 1, 1, 2, 1, 13, 1, 3, 1, 6, 1, 3, 6, 1, 39, 2, 4, 2, 10, 2, 13, 2, 3, 2, 1, 2, 1, 4, 4, 3, 2, 3, 2, 1, 1, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
G. Xiao, Contfrac
EXAMPLE
3.157000421150113277403718548... = 3 + 1/(6 + 1/(2 + 1/(1 + 1/(2 + ...)))). - Harry J. Smith, May 27 2009
MATHEMATICA
ContinuedFraction[Log[47/2], 100] (* Paolo Xausa, Apr 02 2024 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(47/2)); for (n=1, 20000, write("b016551.txt", n, " ", x[n])); } \\ Harry J. Smith, May 27 2009
CROSSREFS
Cf. A016600 (decimal expansion).
Sequence in context: A303864 A058178 A058078 * A238555 A176034 A367729
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 25 09:38 EDT 2024. Contains 371967 sequences. (Running on oeis4.)