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!)
A341868 Number of partitions of n into 4 distinct and relatively prime parts. 6
1, 1, 2, 3, 5, 6, 9, 11, 15, 18, 22, 27, 33, 39, 45, 54, 61, 72, 79, 94, 101, 120, 127, 149, 158, 185, 189, 225, 231, 267, 274, 321, 319, 378, 377, 435, 439, 511, 495, 588, 577, 661, 656, 764, 729, 863, 836, 954, 939, 1089, 1022, 1215, 1165, 1323, 1289, 1492, 1392, 1650, 1566, 1776, 1715 (list; graph; refs; listen; history; text; internal format)
OFFSET
10,3
LINKS
FORMULA
G.f.: Sum_{k>=1} mu(k)* x^(10*k) / Product_{j=1..4} (1 - x^(j*k)).
MATHEMATICA
nmax = 70; CoefficientList[Series[Sum[MoebiusMu[k] x^(10 k)/Product[1 - x^(j k), {j, 1, 4}], {k, 1, nmax}], {x, 0, nmax}], x] // Drop[#, 10] &
CROSSREFS
Sequence in context: A341123 A365877 A325863 * A342497 A028309 A242717
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Feb 23 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 May 12 16:08 EDT 2024. Contains 372492 sequences. (Running on oeis4.)