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.

A250293 Primes p such that p#+1 is a semiprime, where # is the primorial (A034386).

This page as a plain text file.
%I A250293 #38 May 08 2023 02:08:23
%S A250293 13,19,23,43,61,67,73,83,101,139,151,173,223,251,383,457,571,673,761
%N A250293 Primes p such that p#+1 is a semiprime, where # is the primorial (A034386).
%C A250293 The next candidate after 571 is 859. 859# + 1 is a 359-digit composite with no known factors. - _Hugo Pfoertner_, Feb 05 2021
%H A250293 factordb.com, <a href="http://factordb.com/index.php?query=859%23%2B1">Status of 859#+1</a>.
%H A250293 Hisanori Mishima, <a href="http://www.asahi-net.or.jp/~KC2H-MSM/mathland/matha1/matha102.htm">Factorizations of many number sequences</a>, PI Pn + 1 (n = 1 to 110) (2012).
%F A250293 a(n) = prime(A085725(n)). - _Hugo Pfoertner_, Feb 05 2021
%e A250293 a(1) = 13 so 13# + 1 = 30031 = 59 * 509 is a semiprime.
%t A250293 Prime[#]&/@(Module[{pmrl=FoldList[Times,Prime[Range[50]]]},Position[ pmrl, _?(PrimeOmega[ #+1]==2&)]]//Flatten) (* _Harvey P. Dale_, Apr 29 2017 *)
%Y A250293 Cf. A005234, A006862, A034386, A078778, A085725, A250294.
%K A250293 nonn,hard,more
%O A250293 1,1
%A A250293 _Eric Chen_, Dec 24 2014
%E A250293 a(16)-a(18) using factordb.com from _Hugo Pfoertner_, Feb 05 2021
%E A250293 Missing 571 inserted by _Sean A. Irvine_, Mar 03 2023