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 A122123 #11 Jul 11 2015 11:27:28 %S A122123 32,1536,110592,8847360,955514880,107017666560,12842119987200, %T A122123 2080423437926400,349511137571635200,61513960212607795200, %U A122123 11072512838269403136000,2214502567653880627200000,460616534072007170457600000,111929817779497742421196800000 %N A122123 Product of the first n 5-almost primes (A014614). %C A122123 5-almost prime analog of primorial (A002110). The semiprime analog of primorial is A112141. Equivalent for product of what A086047 is for sum. Bigomega(a(n)) = the number of not necessarily distinct prime factors of a(n) = A001222(a(n)) = A008587(n) = 5*n. %F A122123 a(n) = Prod[i=1..n] A014614(i). %e A122123 a(10) = 32 * 48 * 72 * 80 * 108 * 112 * 120 * 162 * 168 * 176 = 2^33 * 3^12 * 5^2 * 7^2 * 11 which has 50 prime factors with multiplicity. %t A122123 Rest[FoldList[Times,1,Select[Range[200],PrimeOmega[#]==5&]]] (* _Harvey P. Dale_, Feb 07 2012 *) %Y A122123 Cf. A001222, A002110, A008585, A014613, A008587, A086046, A086047, A112141, A114426. %K A122123 easy,nonn %O A122123 1,1 %A A122123 _Jonathan Vos Post_, Oct 19 2006 %E A122123 More terms from _Harvey P. Dale_, Feb 07 2012