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!)
A016460 Continued fraction for log(32). 2
3, 2, 6, 1, 3, 1, 9, 1, 10, 1, 3, 1, 1, 12, 1, 1, 1, 1, 2, 12, 3, 1, 2, 36, 13, 2, 2, 4, 2, 1, 1, 4, 4, 2, 1, 3, 1, 1, 1, 1, 3, 2, 3, 3, 2, 4, 1, 2, 1, 2, 1, 10, 1, 2, 5, 1, 69, 3, 5, 7, 2, 1, 1, 1, 1, 3, 3, 3, 1, 13, 6, 1, 1, 10, 1, 23, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
3.465735902799726547086160607... = 3 + 1/(2 + 1/(6 + 1/(1 + 1/(3 + ...)))). - Harry J. Smith, May 20 2009
MATHEMATICA
ContinuedFraction[Log[32], 100] (* Harvey P. Dale, Oct 04 2023 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(32)); for (n=1, 20000, write("b016460.txt", n, " ", x[n])); } \\ Harry J. Smith, May 20 2009
CROSSREFS
Cf. A016655 Decimal expansion. - Harry J. Smith, May 20 2009
Sequence in context: A209269 A244823 A286157 * A248645 A344323 A368826
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 25 10:22 EDT 2024. Contains 371967 sequences. (Running on oeis4.)