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!)
A324930 Total weight of the multiset of multisets of multisets with MMM number n. Totally additive with a(prime(n)) = A302242(n). 3
0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 2, 0, 0, 1, 0, 1, 2, 0, 2, 1, 0, 0, 1, 1, 1, 0, 1, 2, 1, 0, 1, 0, 1, 1, 2, 0, 2, 1, 1, 2, 2, 0, 0, 2, 2, 1, 0, 0, 2, 0, 0, 1, 1, 1, 2, 1, 0, 0, 2, 1, 3, 2, 2, 1, 1, 0, 3, 1, 2, 0, 1, 1, 1, 1, 0, 2, 2, 0, 3, 2, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,17
COMMENTS
A prime index of n is a number m such that prime(m) divides n. The multiset of prime indices of n is row n of A112798. The finite multiset of finite multisets of finite multisets of positive integers with MMM number n is obtained by factoring n into prime numbers, then factoring each of their prime indices into prime numbers, then factoring each of their prime indices into prime numbers, and finally taking their prime indices.
LINKS
EXAMPLE
The sequence of all finite multisets of finite multisets of finite multisets of positive integers begins (o is the empty multiset):
1: o
2: (o)
3: ((o))
4: (oo)
5: (((1)))
6: (o(o))
7: ((oo))
8: (ooo)
9: ((o)(o))
10: (o((1)))
11: (((2)))
12: (oo(o))
13: ((o(1)))
14: (o(oo))
15: ((o)((1)))
16: (oooo)
17: (((11)))
18: (o(o)(o))
19: ((ooo))
20: (oo((1)))
MATHEMATICA
fi[n_]:=If[n==1, {}, FactorInteger[n]];
Table[Total[Cases[fi[n], {p_, k_}:>k*Total[Cases[fi[PrimePi[p]], {q_, j_}:>j*PrimeOmega[PrimePi[q]]]]]], {n, 60}]
CROSSREFS
Sequence in context: A056558 A320808 A338203 * A179519 A091979 A321742
KEYWORD
nonn
AUTHOR
Gus Wiseman, Mar 21 2019
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 July 14 18:31 EDT 2024. Contains 374322 sequences. (Running on oeis4.)