[go: up one dir, main page]

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!)
A016574 Continued fraction for log(93/2). 2
3, 1, 5, 4, 2, 1, 2, 7, 4, 1, 1, 12, 22, 1, 2, 2, 6, 16, 10, 1, 2, 129, 1, 1, 7, 1, 96, 1, 2, 3, 8, 1, 2, 1, 5, 5, 4, 1, 7, 2, 1, 1, 406, 1, 18, 1, 1, 2, 1, 17, 1, 2, 3, 15, 1, 1, 1, 1, 3, 6, 1, 1, 20, 1, 1, 1, 1, 5, 1, 11, 1, 1, 1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
G. Xiao, Contfrac
EXAMPLE
3.839452312593310627907177440... = 3 + 1/(1 + 1/(5 + 1/(4 + 1/(2 + ...)))). - Harry J. Smith, May 30 2009
MATHEMATICA
ContinuedFraction[Log[93/2], 80] (* Harvey P. Dale, Jul 13 2013 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(93/2)); for (n=1, 20000, write("b016574.txt", n, " ", x[n])); } \\ Harry J. Smith, May 30 2009
CROSSREFS
Cf. A016623 Decimal expansion. - Harry J. Smith, May 30 2009
Sequence in context: A308674 A308676 A131809 * A210560 A208922 A209770
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 August 29 18:55 EDT 2024. Contains 375518 sequences. (Running on oeis4.)