cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A060709 Continued fraction expansion of the Reuleaux Triangle constant.

This page as a plain text file.
%I A060709 #9 Jul 03 2018 02:25:44
%S A060709 0,1,2,2,1,1,2,1,1,9,2,10,3,1,7,1,13,1,26,1,1,2,12,2,4,3,11,1,1,11,1,
%T A060709 4,1,1,10,1,1,2,793,2,1,1,5,1,3,2,3,2,3,3,1,3,29,2,1,3,1,2,2,4,13,1,7,
%U A060709 2,112,1,1,1,2,3,1,5,1,1,4
%N A060709 Continued fraction expansion of the Reuleaux Triangle constant.
%D A060709 Martin Gardner, "The Unexpected Hanging," page 215.
%H A060709 Harry J. Smith, <a href="/A060709/b060709.txt">Table of n, a(n) for n = 1..20000</a>
%e A060709 0.704770923010457972467598520... = 0 + 1/(1 + 1/(2 + 1/(2 + 1/(1 + ...)))). - _Harry J. Smith_, Jul 09 2009
%t A060709 ContinuedFraction[ (Pi - Sqrt[3])/2, 75]
%o A060709 (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac((Pi - sqrt(3))/2); for (n=1, 20000, write("b060709.txt", n, " ", x[n])); } \\ _Harry J. Smith_, Jul 09 2009
%Y A060709 Cf. A060708.
%K A060709 cofr,nonn
%O A060709 1,3
%A A060709 _Robert G. Wilson v_, Feb 05 2001