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.

A136365 Numbers k such that A075986(k) is prime.

This page as a plain text file.
%I A136365 #13 Jun 06 2021 15:52:34
%S A136365 1,171,210,550,1445,1809,2176,2719
%N A136365 Numbers k such that A075986(k) is prime.
%t A136365 f=1; Do[ p=Prime[n]; f=f + 1/p^2; g=Numerator[ f ]; If[ PrimeQ[ g ], Print[ {n, g} ] ], {n, 1, 210} ]
%Y A136365 Cf. A075986 (numerator of 1 + 1/p(1)^2 + ... + 1/p(n)^2, where p(k) = prime(k)).
%Y A136365 Cf. A024528, A125707.
%Y A136365 Cf. A136366, A136367, A136368, A136369, A136370, A136371.
%K A136365 nonn,hard,more
%O A136365 1,2
%A A136365 _Alexander Adamchuk_, Dec 27 2007
%E A136365 a(4)-a(8) from _Robert Price_, Aug 26 2019