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.

A178641 Primes p such that primorial(p)/2 + 2 is composite.

This page as a plain text file.
%I A178641 #8 Jan 09 2021 02:47:41
%S A178641 11,17,19,23,41,43,53,61,67,71,73,79,83,89,97,101,103,107,113,127,131,
%T A178641 137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,227,229,
%U A178641 233,239,241,251,257,263,269,271,277,281,283,293,311,313,317,331,337
%N A178641 Primes p such that primorial(p)/2 + 2 is composite.
%e A178641 3*5*7*11 + 2 = 13*89 is composite.
%t A178641 pp=1;lst={};Do[p=Prime[n];pp*=p;If[ !PrimeQ[pp+2],AppendTo[lst,p]],{n,2,2*5!}];lst
%Y A178641 Cf. A002110, A096177, A178642, A178648.
%K A178641 nonn
%O A178641 1,1
%A A178641 _Vladimir Joseph Stephan Orlovsky_, May 31 2010