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!)
A016475 Continued fraction for log(47). 2
3, 1, 5, 1, 2, 16, 1, 1, 2, 2, 1, 3, 1, 5, 32, 1, 10, 1, 1, 1, 3, 1, 19, 3, 4, 1, 19, 1, 6, 1, 3, 2, 2, 2, 2, 250, 2, 1, 1, 5, 3, 1, 3, 4, 23, 7, 2, 3, 19, 3, 1, 1, 43, 1, 10, 4, 5, 1, 1, 129, 1, 1, 1, 1, 3, 2, 3, 2, 1, 3, 9, 94, 2, 6, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
3.850147601710058586820950669... = 3 + 1/(1 + 1/(5 + 1/(1 + 1/(2 + ...)))). - Harry J. Smith, May 21 2009
MATHEMATICA
ContinuedFraction[Log[47], 100] (* Harvey P. Dale, Jul 01 2021 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(47)); for (n=1, 20000, write("b016475.txt", n, " ", x[n])); } \\ Harry J. Smith, May 21 2009
CROSSREFS
Cf. A016670 Decimal expansion. - Harry J. Smith, May 21 2009
Sequence in context: A085407 A325523 A352483 * A037227 A056753 A243158
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 19 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)