A325614 Unsorted q-signature of n.
1, 1, 1, 2, 1, 1, 1, 2, 1, 2, 1, 3, 2, 2, 2, 1, 1, 1, 1, 1, 1, 3, 1, 2, 1, 1, 3, 1, 2, 2, 1, 4, 2, 1, 1, 3, 2, 3, 1, 3, 1, 1, 3, 1, 1, 2, 1, 1, 1, 2, 2, 1, 4, 1, 2, 2, 2, 3, 1, 1, 3, 3, 4, 1, 2, 1, 1, 1, 3, 2, 1, 1, 1, 1, 1, 1, 5, 2, 2, 1, 1, 3, 1, 1, 3, 1, 1
Offset: 1
Examples
Triangle begins: {} 1 1 1 2 1 1 1 2 1 2 1 3 2 2 2 1 1 1 1 1 1 3 1 2 1 1 3 1 2 2 1 4 2 1 1 3 2 3 1 3 1 1
Crossrefs
Programs
-
Mathematica
difac[n_]:=If[n==1,{},With[{i=PrimePi[FactorInteger[n][[1,1]]]},Sort[Prepend[difac[n*i/Prime[i]],i]]]]; Table[Length/@Split[difac[n]],{n,30}]
Comments