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!)
A016543 Continued fraction for log(31/2). 2
2, 1, 2, 1, 6, 13, 1, 2, 67, 4, 1, 1, 2, 2, 1, 3, 4, 1, 11, 2, 1, 2, 2, 1, 3, 18, 4, 4, 1, 1, 1, 1, 4, 7, 1, 3, 2, 1, 1, 1, 3, 2, 1, 1, 3, 1, 3, 1, 1, 1, 2, 8, 30, 108, 1, 1, 1, 4, 2, 8, 903, 3, 1, 2, 2, 8, 1, 1, 1, 5, 3, 1, 1, 1, 3, 126, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
G. Xiao, Contfrac
EXAMPLE
2.740840023925200936511932203... = 2 + 1/(1 + 1/(2 + 1/(1 + 1/(6 + ...)))). - Harry J. Smith, May 27 2009
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(31/2)); for (n=1, 20000, write("b016543.txt", n, " ", x[n])); } \\ Harry J. Smith, May 27 2009
CROSSREFS
Cf. A016592 Decimal expansion. - Harry J. Smith, May 27 2009
Sequence in context: A220587 A195962 A046749 * A300585 A145999 A198316
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 March 29 10:44 EDT 2024. Contains 371268 sequences. (Running on oeis4.)