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 A343778 #9 May 07 2021 09:31:09 %S A343778 17,21800053277,86984485062381462583582279727, %T A343778 2948338207972508983453357158259221375675126583677039825367935271466652794027 %N A343778 Primes which are two greater than A074040 terms. %C A343778 a(5) = 3052230...330677 has 17332 digits, the only prime larger than a(4) and among the cumulative products of the first 2000 twin primes pairs plus two. %e A343778 a(1) = 17 = A074040(1) + 2 = 3*5 + 2. %t A343778 (* function a074040[ ] is defined in A074040 *) %t A343778 a343778[n_] := Select[Map[#+2&, a074040[n]], PrimeQ] %t A343778 a343778[30] %Y A343778 Cf. A037074, A077800, A074040, A097490, A097491, A097493. %K A343778 nonn %O A343778 1,1 %A A343778 _Hartmut F. W. Hoft_, Apr 29 2021