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!)
A340751 Number of partitions of n into 4 parts such that both the smallest two parts and the largest two parts are relatively prime. 0
0, 0, 0, 0, 1, 1, 1, 2, 2, 3, 4, 5, 6, 8, 9, 11, 15, 13, 20, 21, 26, 28, 34, 32, 46, 44, 56, 54, 70, 62, 87, 80, 100, 94, 126, 105, 152, 127, 167, 154, 197, 171, 232, 200, 256, 237, 292, 251, 349, 291, 378, 336, 419, 355, 497, 405, 528, 458, 583, 487, 680, 549, 700, 620, 786 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,8
LINKS
FORMULA
a(n) = Sum_{k=1..floor(n/4)} Sum_{j=k..floor((n-k)/3)} floor(1/gcd(k,j)) * Sum_{i=j..floor((n-j-k)/2)} floor(1/gcd(i,n-i-j-k)).
MATHEMATICA
Table[Sum[Sum[Sum[Floor[1/GCD[k, j]]*Floor[1/GCD[i, n - i - j - k]], {i, j, Floor[(n - j - k)/2]}], {j, k, Floor[(n - k)/3]}], {k, Floor[n/4]}], {n, 0, 80}]
CROSSREFS
Sequence in context: A261772 A153156 A017852 * A319069 A029013 A114096
KEYWORD
nonn
AUTHOR
Wesley Ivan Hurt, Jan 19 2021
STATUS
approved

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 March 29 01:36 EDT 2024. Contains 371264 sequences. (Running on oeis4.)