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.

Showing 1-2 of 2 results.

A085725 Numbers k such that 1 + (product of first k primes) is a semiprime.

Original entry on oeis.org

6, 8, 9, 14, 18, 19, 21, 23, 26, 34, 36, 40, 48, 54, 76, 88, 105, 122, 135
Offset: 1

Views

Author

Jason Earls, Jul 20 2003

Keywords

Comments

See A250293 for more information.

Crossrefs

Cf. A001358 (semiprimes), A002110, A006862 (Euclid numbers), A250293.

Programs

  • PARI
    isok(k) = bigomega(1 + prod(j=1, k, prime(j))) == 2; \\ Michel Marcus, Mar 30 2019

Formula

a(n) = primepi(A250293(n)). - Hugo Pfoertner, Feb 05 2021

Extensions

More terms from David Wasserman, Feb 09 2005
a(14)=54 from Donovan Johnson, Feb 21 2008
Offset changed to 1 by Alois P. Heinz, Jul 02 2015
a(15) added by Daniel Suteu, Mar 30 2019
a(16)-a(18) using terms of A250293 from Hugo Pfoertner, Feb 05 2021
Missing 105 inserted by Sean A. Irvine, Mar 03 2023

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

Original entry on oeis.org

7, 17, 29, 31, 43, 59, 71, 73, 97, 101, 223, 233, 257, 439, 503, 709, 859, 863, 1013
Offset: 1

Views

Author

Eric Chen, Dec 24 2014

Keywords

Comments

1153 and 1381 are also terms. - Amiram Eldar, Feb 16 2020
a(20) >= 1091. 1091# - 1 is a 458-digit composite with no known factors. - Hugo Pfoertner, Feb 05 2021

Examples

			a(2) = 17 so 17# - 1 = 510509 = 61 * 8369 is a semiprime.
		

Crossrefs

Programs

Formula

A001221(A034386(a(n)) - 1) = 2. - Amiram Eldar, Feb 16 2020

Extensions

a(15)-a(18) using factordb.com from Amiram Eldar, Feb 16 2020
a(19) using factordb.com from Hugo Pfoertner, Feb 05 2021
Edited by Max Alekseyev, Aug 26 2021
Showing 1-2 of 2 results.