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.

A181335 Partial products of A036691.

This page as a plain text file.
%I A181335 #26 Feb 16 2020 20:16:23
%S A181335 1,4,96,18432,31850496,550376570880,114126085737676800,
%T A181335 331312591939905257472000,14427205603578338379772723200000,
%U A181335 10051861189298894268003697526046720000000
%N A181335 Partial products of A036691.
%C A181335 Product of the first n compositorial numbers (which are themselves the product of the first n composite numbers). This is to compositorial numbers (A036691), as superfactorials (A000178) are to factorials (A000142).
%F A181335 a(n) = Product_{i=0..n} A036691(i) = Product_{i=0..n} Product_{j=1..i} A002808(j).
%e A181335 a(3) = 1 * 4 * 24 * 192 = (1) * (1*4) * (1*4*6) * (1*4*6*8), since the first 4 composite numbers are (4, 6, 8) and the 0th compositorial is 1.
%t A181335 nn=20;cnos=Complement[Range[nn],Prime[Range[PrimePi[nn]]]];Rest[ FoldList[ Times,1,Rest[FoldList[Times,1,cnos]]]] (* _Harvey P. Dale_, Jun 28 2011 *)
%Y A181335 Cf. A000142, A000178, A002808, A036691.
%K A181335 nonn,easy
%O A181335 0,2
%A A181335 _Jonathan Vos Post_, Jan 28 2011