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!)
A341912 Number of partitions of n into 5 distinct and relatively prime parts. 6
1, 1, 2, 3, 5, 7, 10, 13, 18, 23, 30, 37, 47, 57, 70, 83, 101, 118, 141, 162, 192, 218, 255, 286, 333, 370, 427, 470, 540, 590, 673, 730, 831, 894, 1014, 1085, 1224, 1305, 1469, 1552, 1747, 1841, 2057, 2163, 2418, 2520, 2818, 2933, 3256, 3388, 3765, 3879, 4319, 4452, 4914, 5068 (list; graph; refs; listen; history; text; internal format)
OFFSET
15,3
LINKS
FORMULA
G.f.: Sum_{k>=1} mu(k)* x^(15*k) / Product_{j=1..5} (1 - x^(j*k)).
a(n) <= A001401(n-15). - R. J. Mathar, Feb 28 2021
MATHEMATICA
nmax = 70; CoefficientList[Series[Sum[MoebiusMu[k] x^(15 k)/Product[1 - x^(j k), {j, 1, 5}], {k, 1, nmax}], {x, 0, nmax}], x] // Drop[#, 15] &
CROSSREFS
Sequence in context: A008766 A103232 A062684 * A033485 A026811 A001401
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 April 19 11:31 EDT 2024. Contains 371792 sequences. (Running on oeis4.)