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.

A347934 Primes p of the form k^2 + 1 such that p+2 and 2p+1 are also prime.

This page as a plain text file.
%I A347934 #27 Oct 21 2022 06:59:53
%S A347934 5,25601,193601,1144901,1464101,4326401,6100901,12390401,23522501,
%T A347934 72931601,127012901,245862401,256960901,351937601,441840401,732784901,
%U A347934 802588901,951722501,1621672901,2024100101,2070250001,2217468101,2219352101,2428518401,2930056901,2963713601
%N A347934 Primes p of the form k^2 + 1 such that p+2 and 2p+1 are also prime.
%C A347934 All primes (except 5) in the sequence are of the form 100*k^2 + 1.
%t A347934 Select[Range[50000]^2 + 1, AllTrue[{#, # + 2, 2*# + 1}, PrimeQ] &] (* _Amiram Eldar_, Sep 20 2021 *)
%Y A347934 Intersection of A002496 and A045536.
%K A347934 nonn
%O A347934 1,1
%A A347934 _Angad Singh_, Sep 20 2021