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 A362758 #25 Jun 25 2023 18:47:45 %S A362758 207690,255255,274170,303810,304590,323610,370230,391170,426426, %T A362758 487578,649230,650370,744810,763230,856086,951510,1007490,1186570, %U A362758 1248990,1352190,1365378,1376970,1473186,1512930,1528626,1567335,1594005,1655290,1657110,1747515,1775670,1911990,1991010,2003001 %N A362758 Triangular numbers which are products of six distinct primes. %e A362758 a(1) = T(644) = 644*(644+1)/2 = 207690 = 2*3*5*7*23*43. %e A362758 a(2) = T(714) = 714*(714+1)/2 = 255255 = 3*5*7*11*13*17. %e A362758 a(3) = T(740) = 740*(740+1)/2 = 274170 = 2*3*5*13*19*37. %t A362758 Select[Accumulate[Range[2000]], FactorInteger[#][[;; , 2]] == {1, 1, 1, 1, 1, 1} &] (* _Amiram Eldar_, May 02 2023 *) %Y A362758 Intersection of A000217 and A067885. %K A362758 nonn %O A362758 1,1 %A A362758 _Massimo Kofler_, May 02 2023