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!)
A016470 Continued fraction for log(42). 2
3, 1, 2, 1, 4, 3, 7, 3, 3, 5, 2, 2, 2, 1, 1, 1, 2, 2, 69, 4, 2, 1, 2, 1, 5, 14, 6, 1, 1, 1, 6, 1, 1, 1, 6, 10, 1, 9, 2, 4, 1, 23, 1, 2, 1, 19, 5, 37, 5, 20, 21, 1, 1, 2, 2, 1, 1, 3, 1, 6, 1, 3, 9, 1, 9, 1, 2, 1, 3, 1, 14, 2, 4, 1, 1, 2, 12 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
3.737669618283368305917830101... = 3 + 1/(1 + 1/(2 + 1/(1 + 1/(4 + ...)))). - Harry J. Smith, May 21 2009
MATHEMATICA
ContinuedFraction[Log[42], 100] (* Paolo Xausa, Mar 22 2024 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(42)); for (n=1, 20000, write("b016470.txt", n, " ", x[n])); } \\ Harry J. Smith, May 21 2009
CROSSREFS
Cf. A016665 Decimal expansion. - Harry J. Smith, May 21 2009
Sequence in context: A320887 A295923 A325806 * A369068 A347395 A059807
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 24 03:05 EDT 2024. Contains 374575 sequences. (Running on oeis4.)