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!)
A016541 Continued fraction for log(27/2). 2
2, 1, 1, 1, 1, 14, 3, 1, 2, 7, 6, 1, 1, 1, 1, 1, 4, 1, 1, 1, 13, 1, 1, 1, 1, 1, 202, 1, 1, 1, 8, 1, 1, 4, 1, 1, 1, 3, 4, 1, 6, 1, 18, 17, 1, 1, 1, 2, 10, 30, 1, 1, 1, 1, 1, 3, 15, 5, 5, 5, 4, 12, 1, 1, 1, 1, 1, 2, 2, 2, 1, 1, 6, 1, 12, 10 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
G. Xiao, Contfrac
EXAMPLE
2.602689685444383764768503589... = 2 + 1/(1 + 1/(1 + 1/(1 + 1/(1 + ...)))). - Harry J. Smith, May 26 2009
MATHEMATICA
ContinuedFraction[Log[27/2], 100] (* Paolo Xausa, Apr 01 2024 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(27/2)); for (n=1, 20000, write("b016541.txt", n, " ", x[n])); } \\ Harry J. Smith, May 26 2009
CROSSREFS
Cf. A016590 (decimal expansion).
Sequence in context: A351350 A176250 A248975 * A230453 A098876 A364891
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)