login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A340756 Number of partitions of n into 4 semiprime parts. 3

%I #11 May 14 2022 13:45:32

%S 1,0,1,0,1,1,2,1,2,1,3,3,4,2,3,4,5,6,5,4,7,7,9,9,9,7,9,12,13,11,11,13,

%T 16,17,17,18,18,17,20,25,25,23,24,26,32,29,31,33,31,33,35,43,43,40,39,

%U 45,48,52,50,52,53,52,61,69,67,61,61,70,79,76,76,80,81,85,88,101

%N Number of partitions of n into 4 semiprime parts.

%H Alois P. Heinz, <a href="/A340756/b340756.txt">Table of n, a(n) for n = 16..10000</a>

%H <a href="/index/Par#part">Index entries for sequences related to partitions</a>

%F a(n) = Sum_{k=1..floor(n/4)} Sum_{j=k..floor((n-k)/3)} Sum_{i=j..floor((n-j-k)/2)} [Omega(k) = Omega(j) = Omega(i) = Omega(n-i-j-k) = 2], where Omega is the number of prime factors with multiplicity (A001222) and [ ] is the (generalized) Iverson bracket.

%F a(n) = [x^n y^4] 1/Product_{j>=1} (1-y*x^A001358(j)). - _Alois P. Heinz_, May 21 2021

%t Table[Sum[Sum[Sum[KroneckerDelta[PrimeOmega[k], PrimeOmega[j], PrimeOmega[i], PrimeOmega[n - i - j - k], 2], {i, j, Floor[(n - j - k)/2]}], {j, k, Floor[(n - k)/3]}], {k, Floor[n/4]}], {n, 16, 100}]

%t Table[Count[IntegerPartitions[n,{4}],_?(PrimeOmega[#]=={2,2,2,2}&)],{n,16,95}] (* _Harvey P. Dale_, May 14 2022 *)

%Y Cf. A001222 (Omega), A001358.

%Y Column k=4 of A344447.

%K nonn

%O 16,7

%A _Wesley Ivan Hurt_, Jan 19 2021

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 1 00:14 EDT 2024. Contains 375575 sequences. (Running on oeis4.)