login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A046304
Divisible by at least 5 primes (counted with multiplicity).
7
32, 48, 64, 72, 80, 96, 108, 112, 120, 128, 144, 160, 162, 168, 176, 180, 192, 200, 208, 216, 224, 240, 243, 252, 256, 264, 270, 272, 280, 288, 300, 304, 312, 320, 324, 336, 352, 360, 368, 378, 384, 392, 396, 400, 405, 408, 416, 420, 432, 440, 448, 450, 456
OFFSET
1,1
FORMULA
Product p_i^e_i with Sum e_i >= 5.
a(n) = n + O(n (log log n)^3/log n). - Charles R Greathouse IV, Apr 07 2017
MATHEMATICA
Select[Range[500], PrimeOmega[#]>4&] (* Harvey P. Dale, Apr 16 2013 *)
PROG
(PARI) is(n)=bigomega(n)>4 \\ Charles R Greathouse IV, Sep 17 2015
CROSSREFS
Subsequence of A033987.
Cf. A014614.
Sequence in context: A114406 A271784 A114416 * A114447 A090052 A163285
KEYWORD
nonn
AUTHOR
Patrick De Geest, Jun 15 1998
STATUS
approved