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!)
A016458 Continued fraction for log(30). 2
3, 2, 2, 33, 160, 1, 2, 51, 1, 3, 22, 1, 7, 1, 2, 4, 7, 7, 1, 1, 1, 5, 4, 2, 18, 3, 12, 1, 2, 1, 1, 2, 1, 2, 1, 1, 1, 2, 1, 5, 2, 7, 2, 1, 2, 2, 5, 4, 2, 1, 1, 3, 1, 2, 2, 12, 1, 1, 4, 2, 1, 1, 2, 2, 4, 2, 2, 3, 3, 2, 1, 3, 2, 2, 3, 1, 1, 1, 11 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
3.401197381662155375413236... = 3 + 1/(2 + 1/(2 + 1/(33 + 1/(160 + ...)))). - Harry J. Smith, May 20 2009
MATHEMATICA
ContinuedFraction[Log[30], 100] (* Paolo Xausa, Mar 22 2024 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(30)); for (n=1, 20000, write("b016458.txt", n, " ", x[n])); } \\ Harry J. Smith, May 20 2009
CROSSREFS
Cf. A016653 Decimal expansion. - Harry J. Smith, May 20 2009
Sequence in context: A122101 A108032 A053370 * A058513 A319650 A285736
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 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)