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.

A200521 Numbers n such that omega(n)=4 but bigomega(n)>4, i.e., having exactly 4 distinct prime factors, but at least one of these with multiplicity > 1.

This page as a plain text file.
%I A200521 #12 Jun 30 2013 06:47:20
%S A200521 420,630,660,780,840,924,990,1020,1050,1092,1140,1170,1260,1320,1380,
%T A200521 1386,1428,1470,1530,1540,1560,1596,1638,1650,1680,1710,1716,1740,
%U A200521 1820,1848,1860,1890,1932,1950,1980,2040,2070,2100,2142,2184,2220,2244
%N A200521 Numbers n such that omega(n)=4 but bigomega(n)>4, i.e., having exactly 4 distinct prime factors, but at least one of these with multiplicity > 1.
%C A200521 I expect that A123709(a(k))=32.
%H A200521 M. F. Hasler, <a href="/A200521/b200521.txt">Table of n, a(n) for n = 1..18347</a>
%t A200521 Select[Range[2500], PrimeNu[#] == 4 && PrimeOmega[#] > 4 &](* _Jean-François Alcover_, Jun 30 2013 *)
%o A200521 (PARI) is_A200521(n,c=4)={ omega(n)==c & bigomega(n)>c }
%Y A200521 Cf. A200511, A178212.
%K A200521 nonn
%O A200521 1,1
%A A200521 _M. F. Hasler_, Feb 09 2012