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.

A380432 Numbers k such that bigomega(k) > omega(k) > 3.

Original entry on oeis.org

420, 630, 660, 780, 840, 924, 990, 1020, 1050, 1092, 1140, 1170, 1260, 1320, 1380, 1386, 1428, 1470, 1530, 1540, 1560, 1596, 1638, 1650, 1680, 1710, 1716, 1740, 1820, 1848, 1860, 1890, 1932, 1950, 1980, 2040, 2070, 2100, 2142, 2184, 2220, 2244, 2280, 2340, 2380
Offset: 1

Views

Author

Michael De Vlieger, Jan 29 2025

Keywords

Comments

A200521 is a proper subset; a(144) = 4620 is not contained in A200521; A200521(144) = 4650.
Subset of A375055, which is in turn a subset of A126706.

Examples

			Table of select a(n) showing exponents listed in columns of primes written vertically in the heading. For p^0 we instead write "." for clarity:
              Exponent of prime
                     1 1 1 1
   n   a(n)   2 3 5 7 1 3 7 9
  -----------------------------
    1    420   2 1 1 1
    2    630   1 2 1 1
    3    660   2 1 1 . 1
    4    780   2 1 1 . . 1
    5    840   3 1 1 1
    6    924   2 1 . 1 1
    7    990   1 2 1 . 1
    8   1020   2 1 1 . . . 1
    9   1050   1 1 2 1
   10   1092   2 1 . 1 . 1
   11   1140   2 1 1 . . . . 1
   12   1170   1 2 1 . . 1
  144   4620   2 1 1 1 1
  190   5460   2 1 1 1 . 1
  275   6930   1 2 1 1 1
		

Crossrefs

Programs

  • Mathematica
    Select[Range[2500], PrimeOmega[#] > PrimeNu[#] > 3 &]