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.

A159549 Decimal expansion of (201+20*sqrt(2))/199.

This page as a plain text file.
%I A159549 #10 Sep 08 2022 08:45:44
%S A159549 1,1,5,2,1,8,2,2,6,7,5,7,5,1,8,5,4,3,2,0,4,0,3,7,0,7,2,6,0,5,1,2,2,5,
%T A159549 9,3,7,5,4,4,6,9,0,6,4,0,7,4,1,4,0,1,8,1,6,3,9,9,6,6,6,3,0,5,3,2,5,7,
%U A159549 0,1,7,5,6,6,2,9,3,5,7,4,9,1,3,4,1,7,4,7,4,9,0,8,8,7,2,0,0,1,5,8,0,6,3,8,2
%N A159549 Decimal expansion of (201+20*sqrt(2))/199.
%C A159549 lim_{n -> infinity} b(n)/b(n-1) = (201+20*sqrt(2))/199 for n mod 3 = {1, 2}, b = A129993.
%C A159549 lim_{n -> infinity} b(n)/b(n-1) = (201+20*sqrt(2))/199 for n mod 3 = {0, 2}, b = A159548.
%H A159549 G. C. Greubel, <a href="/A159549/b159549.txt">Table of n, a(n) for n = 1..10000</a>
%F A159549 (201+20*sqrt(2))/199 = (20+sqrt(2))/(20-sqrt(2)).
%e A159549 (201+20*sqrt(2))/199 = 1.15218226757518543204...
%p A159549 with(MmaTranslator[Mma]): Digits:=100:
%p A159549 RealDigits(evalf((201+20*sqrt(2))/199))[1]; # _Muniru A Asiru_, Mar 31 2018
%t A159549 RealDigits[(201+20*Sqrt[2])/199, 10, 100][[1]] (* _G. C. Greubel_, Mar 30 2018 *)
%o A159549 (PARI) (201+20*sqrt(2))/199 \\ _G. C. Greubel_, Mar 30 2018
%o A159549 (Magma) (201 + 20*Sqrt(2))/199 // _G. C. Greubel_, Mar 30 2018
%Y A159549 Cf. A129993, A159548, A002193 (decimal expansion of sqrt(2)), A159550 (decimal expansion of (91443+58282*sqrt(2))/199^2).
%K A159549 cons,nonn
%O A159549 1,3
%A A159549 _Klaus Brockhaus_, Apr 14 2009