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!)
A016450 Continued fraction for log(22). 2
3, 10, 1, 61, 16, 2, 3, 3, 5, 6, 171, 2, 4, 5, 4, 1, 2, 1, 1, 3, 1, 1, 3, 22, 1, 13, 1, 17, 3, 2, 1, 3, 1, 1, 1, 4, 6, 1, 3, 2, 2, 1, 2, 1, 8, 2, 25, 5, 12, 1, 1, 1, 2, 1, 7, 3, 2, 1, 4, 4, 1, 17, 1, 66, 1, 2, 37, 1, 3, 3, 5, 1, 14, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
3.091042453358315853479175... = 3 + 1/(10 + 1/(1 + 1/(61 + 1/(16 + ...)))). - Harry J. Smith, May 17 2009
MATHEMATICA
ContinuedFraction[Log[22], 100] (* Paolo Xausa, Mar 22 2024 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(22)); for (n=1, 20000, write("b016450.txt", n, " ", x[n])); } \\ Harry J. Smith, May 17 2009
CROSSREFS
Cf. A016645 Decimal expansion. - Harry J. Smith, May 17 2009
Sequence in context: A182303 A165590 A234935 * A179397 A111272 A124692
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 July 29 02:16 EDT 2024. Contains 374727 sequences. (Running on oeis4.)