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!)
A016480 Continued fraction for log(52). 2
3, 1, 19, 1, 1, 24, 15, 1, 3, 1, 12, 1, 7, 2, 5, 1, 6, 1, 3, 6, 1, 31, 1, 7, 39, 3, 2, 1, 1, 3, 8, 2, 1, 1, 1, 1, 8, 1, 6, 4, 2, 7, 1, 4, 1, 8, 7, 1, 1, 2, 39, 1, 7, 2, 1, 2, 6, 5, 2, 2, 20, 2, 1, 13, 2, 1, 1, 10, 4, 2, 2, 1, 2, 7, 5, 4, 1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
3.95124371858142735488795168... = 3 + 1/(1 + 1/(19 + 1/(1 + 1/(1 + ...)))). - Harry J. Smith, May 21 2009
MATHEMATICA
ContinuedFraction[Log[52], 90] (* Harvey P. Dale, Aug 29 2012 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(52)); for (n=1, 20000, write("b016480.txt", n, " ", x[n])); } \\ Harry J. Smith, May 21 2009
CROSSREFS
Cf. A016675 Decimal expansion. - Harry J. Smith, May 21 2009
Sequence in context: A120984 A294792 A290317 * A086156 A227888 A188109
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 August 12 04:50 EDT 2024. Contains 375085 sequences. (Running on oeis4.)