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 A354542 #19 Aug 18 2022 11:46:01 %S A354542 3533,688277,6694673,40577149,55138957,86928683,120233569,353700679, %T A354542 363666767,394746449,665910173,697048171,1472815853,1526776393, %U A354542 1817357573,2179037593,2395963249,2548619561,2627434567,3047031863,3273354481,4524129787,6073626073,6586863131,9320100589,10836344773 %N A354542 Primes in A354543. %C A354542 Primes in the convolution of the primes == 1 (mod 6) (A002476) and the primes == 5 (mod 6) (A007528). %H A354542 Robert Israel, <a href="/A354542/b354542.txt">Table of n, a(n) for n = 1..3000</a> %e A354542 a(3) = 6694673 = A354543(74) is prime. %p A354542 P1:= select(isprime, [seq(i, i=1..30000, 6)]): %p A354542 P5:= select(isprime, [seq(i, i=5..30000, 6)]): %p A354542 select(isprime,[seq(add(P1[i]*P5[n-i], i=1..n-1), n=2..min(nops(P1), nops(P5))+1,2)]); %Y A354542 Cf. A002476, A007528, A354543. %K A354542 nonn %O A354542 1,1 %A A354542 _J. M. Bergot_ and _Robert Israel_, Aug 17 2022