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-1 of 1 results.

A227019 Numbers k such that exactly one of {2^k-1, 2^k+1, 2^k+3} is semiprime.

Original entry on oeis.org

3, 4, 6, 7, 8, 10, 12, 13, 14, 17, 19, 20, 24, 25, 26, 27, 28, 31, 35, 37, 39, 41, 42, 43, 45, 48, 49, 52, 54, 59, 62, 66, 67, 76, 79, 83, 87, 92, 97, 99, 100, 103, 104, 109, 114, 115, 127, 131, 132, 137, 139, 142, 148, 149, 151, 158, 162, 172, 189, 190, 191, 197, 207, 210, 220, 226, 227, 241, 255, 256, 269, 271, 281, 289, 291, 293, 294, 295
Offset: 1

Views

Author

Jonathan Vos Post, Jun 27 2013

Keywords

Comments

Roughly analogous to A226116 (numbers k such that one of 2^k-1 or 2^k+1 is semiprime, but not both); but for one out of 3 in the set rather than 1 out of 2.

Examples

			6 is in the sequence because 2^6 - 1 = 63 = 3^2 * 7 has three prime factors (with multiplicity), 2^6 + 1 = 65 = 5 * 13 is semiprime, and 2^6 + 3 = 67 is prime.
		

Crossrefs

Programs

Extensions

a(7)-a(61) from Charles R Greathouse IV, Jun 28 2013
a(62)-a(78) from Charles R Greathouse IV, Jul 03 2013
Showing 1-1 of 1 results.