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.

A335652 Numbers k such that Omega(k+1) = Omega(k) + 2, where Omega(k) = A001222(k) is the number of prime factors of k with multiplicity.

Original entry on oeis.org

7, 11, 15, 17, 19, 29, 35, 39, 41, 43, 55, 67, 87, 97, 101, 109, 113, 134, 137, 155, 163, 173, 175, 181, 183, 203, 207, 209, 211, 219, 229, 241, 242, 247, 249, 257, 259, 279, 281, 283, 295, 305, 314, 317, 327, 329, 331, 337, 339, 341, 351, 353, 371, 373, 401, 404, 409, 413, 433, 455
Offset: 1

Views

Author

Zak Seidov, Jun 16 2020

Keywords

Examples

			7 is prime, Omega(7) = 1, 7 + 1 = 8 = 2*2*2, Omega(8) = 3.
		

Crossrefs

Omega(k+1) = Omega(k) + m: A045920 (m = 0), A076156 (m = 1).
Cf. A001222, A335655. Contains A063639.

Programs