The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A294079 Strict Moebius function of the multiorder of integer partitions indexed by Heinz numbers. 5
0, 1, 1, 0, 1, -1, 1, 0, 0, -1, 1, 1, 1, -1, -1, 0, 1, 1, 1, 1, -1, -1, 1, -1, 0, -1, 0, 1, 1, 1, 1, 0, -1, -1, -1, -1, 1, -1, -1, -1, 1, 2, 1, 1, 1, -1, 1, 1, 0, 1, -1, 1, 1, -1, -1, -1, -1, -1, 1, -3, 1, -1, 1, 0, -1, 2, 1, 1, -1, 1, 1, 2, 1, -1, 1, 1, -1, 2, 1, 1, 0, -1, 1, -2, -1, -1, -1, -1, 1, -3, -1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,42
COMMENTS
By convention a(1) = 0.
The Heinz number of an integer partition (y_1,...,y_k) is prime(y_1)*...*prime(y_k).
LINKS
FORMULA
mu(y) = Sum_{g(t)=y} (-1)^d(t), where the sum is over all strict trees (A273873) whose multiset of leaves is the integer partition y, and d(t) is the number of non-leaf nodes in t.
MATHEMATICA
nn=120;
ptns=Table[If[n===1, {}, Join@@Cases[FactorInteger[n]//Reverse, {p_, k_}:>Table[PrimePi[p], {k}]]], {n, nn}];
tris=Join@@Map[Tuples[IntegerPartitions/@#]&, ptns];
qmu[y_]:=qmu[y]=If[Length[y]===1, 1, -Sum[Times@@qmu/@t, {t, Select[tris, And[Length[#]>1, Sort[Join@@#, Greater]===y, UnsameQ@@#]&]}]];
qmu/@ptns
CROSSREFS
Sequence in context: A162781 A056975 A370482 * A114117 A144435 A182533
KEYWORD
sign
AUTHOR
Gus Wiseman, Feb 07 2018
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 June 10 19:30 EDT 2024. Contains 373280 sequences. (Running on oeis4.)