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 A136369 #13 Jun 07 2021 04:46:13 %S A136369 2,5,6,8,18,20,98,1863 %N A136369 Numbers k such that A136368(k) is prime. %t A136369 f=0; Do[ p=Prime[n]; f=f + (-1)^(n+1)*1/p^2; g=Numerator[f] ;If[ PrimeQ[g], Print[ {n, g} ] ], {n, 1, 100} ] %Y A136369 Cf. A024530 (numerator of Sum_{k=1..n} (-1)^k / prime(k)). %Y A136369 Cf. A136368 (numerator of Sum_{k=1..n} (-1)^(k+1)/prime(k)^2). %Y A136369 Cf. A136365, A136366, A136367, A136370, A136371. %K A136369 nonn,more %O A136369 1,1 %A A136369 _Alexander Adamchuk_, Dec 27 2007 %E A136369 a(8) from _Robert Price_, Aug 28 2019