[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!)
A016493 Continued fraction for log(65). 2
4, 5, 1, 2, 1, 3, 4, 21, 22, 2, 4, 1, 2, 1, 2, 1, 1, 1, 1, 3, 22, 2, 1, 4, 4, 2, 2, 1, 1, 1, 278, 5, 1, 7, 2, 1, 1, 1, 4, 6, 22, 4, 2, 5, 1, 43, 1, 1, 8, 1, 22, 19, 2, 64, 1, 17, 2, 3, 3, 2, 1, 1, 2, 19, 5, 9, 2, 2, 2, 13, 1, 8, 1, 1, 1, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
4.174387269895637110654246774... = 4 + 1/(5 + 1/(1 + 1/(2 + 1/(1 + ...)))). - Harry J. Smith, May 22 2009
MATHEMATICA
ContinuedFraction[Log[65], 100] (* Paolo Xausa, Mar 27 2024 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(65)); for (n=1, 20000, write("b016493.txt", n, " ", x[n])); } \\ Harry J. Smith, May 22 2009
CROSSREFS
Cf. A016688 (decimal expansion).
Sequence in context: A200385 A046576 A374035 * A101626 A195853 A070769
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 13:55 EDT 2024. Contains 375517 sequences. (Running on oeis4.)