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!)
A016463 Continued fraction for log(35). 2
3, 1, 1, 4, 59, 3, 1, 1, 1, 1, 2, 3, 19, 17, 6, 1, 5, 1, 1, 1, 34, 1, 11, 72, 3, 1, 2, 1, 5, 2, 2, 2, 2, 14, 2, 16, 1, 1, 5, 11, 3, 1, 3, 4, 5, 2, 3, 1, 2, 1, 2, 10, 3, 1, 22, 1, 22, 1, 10, 1, 41, 2, 1, 18, 10, 1, 9, 1, 6, 1, 4, 11, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
3.55534806148941367970611207... = 3 + 1/(1 + 1/(1 + 1/(4 + 1/(59 + ...)))). - Harry J. Smith, May 21 2009
MATHEMATICA
ContinuedFraction[Log[35], 90] (* Harvey P. Dale, Mar 27 2022 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(35)); for (n=1, 20000, write("b016463.txt", n, " ", x[n])); } \\ Harry J. Smith, May 21 2009
CROSSREFS
Cf. A016658 Decimal expansion. - Harry J. Smith, May 21 2009
Sequence in context: A294316 A294761 A167284 * A155727 A098084 A016562
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 March 29 01:34 EDT 2024. Contains 371264 sequences. (Running on oeis4.)