The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A016469 Continued fraction for log(41). 2
3, 1, 2, 2, 28, 5, 1, 15, 6, 1, 25, 1, 54, 1, 5, 10, 2, 2, 4, 1, 4, 2, 1, 1, 1, 3, 2, 1, 1, 1, 1, 5, 5, 1, 2, 22, 3, 36, 2, 5, 1, 3, 1, 3, 1, 5, 1, 8, 2, 1, 1, 3, 1, 1, 1, 6, 2, 1, 8, 1, 2, 9, 1, 68, 1, 2, 1, 1, 10, 2, 39, 3, 2, 13, 14, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
3.71357206670430780386676337... = 3 + 1/(1 + 1/(2 + 1/(2 + 1/(28 + ...)))). - Harry J. Smith, May 21 2009
MATHEMATICA
ContinuedFraction[Log[41], 100] (* Wesley Ivan Hurt, Dec 01 2013 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(41)); for (n=1, 20000, write("b016469.txt", n, " ", x[n])); } \\ Harry J. Smith, May 21 2009
CROSSREFS
Cf. A016664 Decimal expansion. - Harry J. Smith, May 21 2009
Sequence in context: A234522 A057056 A360595 * A274342 A138746 A138745
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 June 10 03:52 EDT 2024. Contains 373253 sequences. (Running on oeis4.)