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!)
A016461 Continued fraction for log(33). 2
3, 2, 71, 12, 61, 1, 5, 12, 1, 5, 6, 6, 1, 9, 1, 1, 4, 1, 997, 1, 1, 1, 1, 8, 7, 8, 5, 1, 1, 1, 1, 4, 1, 1, 1, 1, 4, 1, 2, 53, 1, 3, 2, 3, 2, 1, 1, 1, 1, 82, 1, 1, 2, 2, 6, 3, 260, 1, 1, 6, 1, 3, 24, 4, 1, 3, 6, 1, 4, 2, 1, 3, 1, 11, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
3.496507561466480235457188... = 3 + 1/(2 + 1/(71 + 1/(12 + 1/(61 + ...)))). - Harry J. Smith, May 20 2009
MATHEMATICA
ContinuedFraction[Log[33], 100] (* Paolo Xausa, Mar 22 2024 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(33)); for (n=1, 20000, write("b016461.txt", n, " ", x[n])); } \\ Harry J. Smith, May 20 2009
CROSSREFS
Cf. A016656 Decimal expansion. - Harry J. Smith, May 20 2009
Sequence in context: A265635 A265619 A298021 * A069576 A249678 A300854
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 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)