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.

A248945 Decimal expansion of Sum_{n >= 1} (sin(1/n))^2.

This page as a plain text file.
%I A248945 #17 Jan 15 2024 19:36:38
%S A248945 1,3,2,6,3,2,4,4,0,5,2,6,6,6,5,3,4,3,3,5,4,9,4,0,3,7,7,8,1,4,2,6,8,8,
%T A248945 9,9,6,8,3,1,1,3,3,7,1,0,8,2,5,7,1,8,8,9,5,5,5,5,6,6,4,1,4,2,4,4,0,3,
%U A248945 9,8,9,8,3,4,3,1,7,0,8,2,5,3,4,9,1,5,4,8,3,8,3,1,0,6,8,4,4,8,5,9,6,3,8,3,5
%N A248945 Decimal expansion of Sum_{n >= 1} (sin(1/n))^2.
%H A248945 Vaclav Kotesovec, <a href="/A248945/b248945.txt">Table of n, a(n) for n = 1..500</a>
%H A248945 Steve Chow, <a href="https://www.youtube.com/watch?v=TkKlr9P2ks4">You did this wrong #Calc2Final</a>, blackpenredpen video (2018)
%e A248945 1.32632440526665343354940377814268899683113371082571889555566414244...
%p A248945 evalf(sum((sin(1/n))^2, n=1..infinity), 120); # _Vaclav Kotesovec_, Oct 20 2014
%t A248945 (* N[Sum[Sin[1/n]^2, {n, 1, Infinity}], 120], yields only 26 correct decimals, N[Sum[Sin[1/n]^2, {n, 1, 10000}], 120], yields only 7 correct decimals! *)
%o A248945 (PARI) default(realprecision,150); sumpos(n=1,(sin(1/n))^2) \\ _Vaclav Kotesovec_, Oct 20 2014
%Y A248945 Cf. A248946, A248947, A248949.
%K A248945 nonn,easy,cons
%O A248945 1,2
%A A248945 _Clark Kimberling_, Oct 18 2014