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!)
A340286 Number of partitions of n into 3 parts such that at least two parts share a common factor > 1. 0

%I #4 Jan 03 2021 15:55:09

%S 0,0,0,0,1,1,3,2,5,4,8,5,12,8,15,13,20,12,26,17,30,25,37,22,45,33,50,

%T 39,60,32,71,50,75,58,86,54,100,71,104,79,122,68,136,95,138,112,159,

%U 92,175,119,181,140,203,116,217,157,225,176,251,133,274,195,273,212,300

%N Number of partitions of n into 3 parts such that at least two parts share a common factor > 1.

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

%F a(n) = Sum_{k=1..floor(n/3)} Sum_{i=k..floor((n-k)/2)} (1 - [gcd(k,i) * gcd(k,n-i-k) * gcd(i,n-i-k) = 1]), where [ ] is the Iverson bracket.

%t Table[Sum[Sum[1 - Floor[1/GCD[k, i]]*Floor[1/GCD[k, n - i - k]]* Floor[1/GCD[i, n - i - k]], {i, k, Floor[(n - k)/2]}], {k, Floor[n/3]}], {n, 80}]

%Y Cf. A307719.

%K nonn

%O 1,7

%A _Wesley Ivan Hurt_, Jan 03 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 April 25 16:39 EDT 2024. Contains 371989 sequences. (Running on oeis4.)