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!)
A016531 Continued fraction for log(7/2). 2
1, 3, 1, 21, 1, 6, 1, 2, 1, 2, 13, 1, 1, 1, 1, 2, 2, 16, 5, 1, 2, 5, 1, 1, 9, 3, 4, 1, 9, 24, 1, 1, 1, 1, 8, 4, 2, 1, 1, 4, 3, 1, 1, 6, 1, 5, 12, 1, 1, 137, 26, 1, 2, 2, 2, 1, 7, 2, 9, 1, 7, 1, 1, 2, 60, 2, 1, 2, 1, 9, 6, 1, 1, 6, 3, 2, 1, 54 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
G. Xiao, Contfrac
EXAMPLE
1.25276296849536799568812062... = 1 + 1/(3 + 1/(1 + 1/(21 + 1/(1 + ...)))). - Harry J. Smith, May 26 2009
MATHEMATICA
ContinuedFraction[Log[7/2], 100] (* Harvey P. Dale, Jan 17 2024 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(7/2)); for (n=1, 20000, write("b016531.txt", n, " ", x[n])); } \\ Harry J. Smith, May 26 2009
CROSSREFS
Cf. A016580 Decimal expansion. - Harry J. Smith, May 26 2009
Sequence in context: A045496 A024432 A334910 * A221365 A144279 A144280
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 9 04:49 EDT 2024. Contains 372341 sequences. (Running on oeis4.)