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.

A068116 Continued fraction expansion for sin(1).

This page as a plain text file.
%I A068116 #22 Aug 05 2024 12:45:58
%S A068116 0,1,5,3,4,19,2,2,2,2,7,2,2,1,136,3,20,3,1,3,2,1,1,1,1,10,11,2,9,54,3,
%T A068116 1,16,1,1,1,1,1,4,4,1,2,1,1,3,11,1,1,25,1,1,14,3,1,2,1,2,2,2,2,1,2,9,
%U A068116 6,1,4,4,1,5,1,14,6,2,12,1,1,1,1,2,11,15,152
%N A068116 Continued fraction expansion for sin(1).
%H A068116 G. C. Greubel, <a href="/A068116/b068116.txt">Table of n, a(n) for n = 0..9999</a>
%t A068116 ContinuedFraction[Sin[1],90] (* _Harvey P. Dale_, Sep 16 2011 *)
%o A068116 (PARI) default(realprecision, 100); contfrac(sin(1)) \\ _G. C. Greubel_, Nov 30 2018
%o A068116 (Magma) SetDefaultRealField(RealField(100)); ContinuedFraction(Sin(1)); // _G. C. Greubel_, Nov 30 2018
%o A068116 (Sage) continued_fraction_list(sin(1), nterms=100) # _G. C. Greubel_, Nov 30 2018
%Y A068116 Cf. A049469 (decimal expansion), A068115.
%K A068116 easy,nonn,cofr
%O A068116 0,3
%A A068116 _Benoit Cloitre_, Mar 13 2002
%E A068116 Offset changed by _Andrew Howroyd_, Aug 05 2024