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.

A043326 Numbers k such that k is a product of two different primes and k-2 is prime.

This page as a plain text file.
%I A043326 #26 Jul 02 2021 01:53:31
%S A043326 15,21,33,39,55,69,85,91,111,115,129,133,141,159,183,201,213,235,253,
%T A043326 259,265,295,309,319,339,355,381,391,403,411,445,451,469,481,489,493,
%U A043326 501,505,511,543,559,565,573,579,589,633,649,655,679,685
%N A043326 Numbers k such that k is a product of two different primes and k-2 is prime.
%H A043326 Zak Seidov and Michael De Vlieger, <a href="/A043326/b043326.txt">Table of n, a(n) for n = 1..21728</a> (first 10000 terms from Zak Seidov)
%t A043326 Select[Range[700],PrimeOmega[#]==PrimeNu[#]==2&&PrimeQ[#-2]&] (* _Harvey P. Dale_, Feb 01 2014 *)
%t A043326 Select[Prime[Range[200]]+2,PrimeOmega[#]==PrimeNu[#]==2&] (* _Harvey P. Dale_, Oct 13 2018 *)
%o A043326 (PARI) is(n)=isprime(n-2) && bigomega(n)==2 && !issquare(n) \\ _Charles R Greathouse IV_, Jul 20 2014
%Y A043326 Cf. A006512, A062721.
%Y A043326 Subsequence of A006881.
%K A043326 nonn
%O A043326 1,1
%A A043326 _Olivier Gérard_, Jul 19 2001