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.
%I A370651 #7 Feb 24 2024 11:04:29 %S A370651 1,8,12,64,144,216,360,512,768,1152,1260,1728,2880,4096,6144,7200, %T A370651 10800,13824,15360,20736,23040,25200,27000,32768,34560,37800,46656, %U A370651 49152,73728,80640,86400,110592,129600,138600,165888,184320,201600,216000,248832,262144,276480 %N A370651 Terms of A370650 that are of least prime signature. %C A370651 If k is a term, then all the numbers with the same prime signature as k are terms of A370650. %C A370651 2^A039004(k) is a term for all k >= 1. %H A370651 Amiram Eldar, <a href="/A370651/b370651.txt">Table of n, a(n) for n = 1..10000</a> %t A370651 lps = Cases[Import["https://oeis.org/A025487/b025487.txt", "Table"], {_, _}][[;; , 2]]; Select[lps, q] (* using the function q[n] in A370650 *) %Y A370651 Intersection of A025487 and A370650. %Y A370651 Cf. A039004. %K A370651 nonn %O A370651 1,2 %A A370651 _Amiram Eldar_, Feb 24 2024