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.

A092558 Numbers k such that 2^k +- 1 are both semiprimes.

Original entry on oeis.org

11, 23, 101, 167, 199, 347
Offset: 1

Views

Author

Zak Seidov, Feb 27 2004

Keywords

Comments

Intersection of A092559 and A085724.
a(7), if it exists, is at least 41519. - Charles R Greathouse IV, Jun 05 2013
2^41519 + 1 is the product of 3 and a composite number, so if a(7) exists, it exceeds 41519. - Jon E. Schoenfield, Feb 22 2022

Examples

			11 is a term because 2^11 - 1 = 23*89 and 2^11 + 1 = 3*683.
		

Crossrefs

Subsequence of A000040.

Programs

  • PARI
    is(n)=isprime(n) && n>7 && ispseudoprime((2^n+1)/3) && bigomega(2^n-1)==2 \\ Charles R Greathouse IV, Jun 05 2013

Extensions

a(6) from Robert G. Wilson v, Apr 18 2006