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.
%I A248949 #12 Oct 20 2014 18:11:01 %S A248949 3,0,1,3,6,5,8,0,2,5,8,1,0,0,5,9,1,7,6,2,1,0,1,9,5,5,8,1,9,5,4,8,2,7, %T A248949 0,2,2,4,0,7,5,4,4,2,5,6,7,1,3,4,9,0,3,9,9,8,8,8,3,6,7,2,9,6,4,2,8,1, %U A248949 4,4,9,2,8,3,5,0,0,1,1,3,3,5,2,0,9,1,8,0,5,4,1,0,4,7,4,2,1,8,8,9,7,7,5,2,3 %N A248949 Decimal expansion of sum_{n >= 1} (sin(2/n))^2. %H A248949 Vaclav Kotesovec, <a href="/A248949/b248949.txt">Table of n, a(n) for n = 1..500</a> %e A248949 3.0136580258100591762101955819548270224075442567134903998883672964281449... %p A248949 evalf(sum((sin(2/n))^2, n=1..infinity), 120); # _Vaclav Kotesovec_, Oct 20 2014 %t A248949 (* N[Sum[Sin[2/n]^2, {n, 1, Infinity}], 120], yields only 25 correct decimals *) %o A248949 (PARI) default(realprecision,120); sumpos(n=1,(sin(2/n))^2) \\ _Vaclav Kotesovec_, Oct 20 2014 %Y A248949 Cf. A248946, A248947, A248950. %K A248949 nonn,easy,cons %O A248949 1,1 %A A248949 _Clark Kimberling_, Oct 18 2014