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.

A067026 (Prime(n)# - 4)/2 is prime, where x# is the primorial A034386(x).

This page as a plain text file.
%I A067026 #13 Sep 29 2017 21:30:02
%S A067026 3,4,5,6,7,8,9,11,13,16,20,27,39,83,103,122,129,145,279,393,608,798,
%T A067026 929,1164,1266,1491,2043,3276,3426,7119,15711,18424
%N A067026 (Prime(n)# - 4)/2 is prime, where x# is the primorial A034386(x).
%C A067026 n such that A002110(n)/2 - 2 is prime.
%C A067026 a(33) > 25000. - _Robert Price_, Sep 29 2017
%t A067026 p = 1; Do[p = p*Prime[n]; If[PrimeQ[(p - 4)/2], Print[n]], {n, 1, 400} ]
%t A067026 Flatten[Position[Rest[FoldList[Times,1,Prime[Range[2100]]]],_?(PrimeQ[(#-4)/2]&)]] (* _Harvey P. Dale_, Nov 22 2014 *)
%Y A067026 Cf. A002110, A067024, A067027.
%K A067026 nonn
%O A067026 1,1
%A A067026 _Labos Elemer_, Dec 29 2001
%E A067026 More terms from _Robert G. Wilson v_, Dec 30 2001
%E A067026 a(21)-a(27) from _Ray Chandler_, Jun 16 2013
%E A067026 a(28)-a(32) from _Robert Price_, Sep 29 2017