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.

A176318 Decimal expansion of (15 + sqrt(285))/6.

This page as a plain text file.
%I A176318 #8 Sep 08 2022 08:45:52
%S A176318 5,3,1,3,6,5,7,1,6,9,3,5,5,6,8,8,6,9,7,1,8,6,1,4,8,2,3,4,9,2,0,3,5,1,
%T A176318 6,6,4,8,0,8,0,7,9,5,2,6,2,7,0,8,0,8,9,9,2,1,0,8,3,0,0,6,2,1,3,2,2,0,
%U A176318 9,9,3,5,8,3,8,2,9,6,8,0,3,7,7,6,0,7,0,9,4,9,5,7,3,1,7,2,6,4,7,3,4,5,5,6,1
%N A176318 Decimal expansion of (15 + sqrt(285))/6.
%C A176318 Continued fraction expansion of (15+sqrt(285))/6 is A010703 preceded by 5.
%H A176318 G. C. Greubel, <a href="/A176318/b176318.txt">Table of n, a(n) for n = 1..1000</a>
%e A176318 (15+sqrt(285))/6 = 5.31365716935568869718...
%p A176318 evalf( (15+sqrt(285))/6, 120); # _G. C. Greubel_, Nov 26 2019
%t A176318 RealDigits[(15+Sqrt[285])/6,10,120][[1]] (* _Harvey P. Dale_, May 07 2017 *)
%o A176318 (PARI) default(realprecision, 120); (15+sqrt(285))/6 \\ _G. C. Greubel_, Nov 26 2019
%o A176318 (Magma) SetDefaultRealField(RealField(120)); (15 + Sqrt(285))/6; // _G. C. Greubel_, Nov 26 2019
%o A176318 (Sage) numerical_approx((15+sqrt(285))/6, digits=120) # _G. C. Greubel_, Nov 26 2019
%Y A176318 Cf. A176104 (decimal expansion of sqrt(285)), A010703 (repeat 3, 5).
%K A176318 cons,nonn
%O A176318 1,1
%A A176318 _Klaus Brockhaus_, Apr 15 2010