OFFSET
1,1
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.
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
EXAMPLE
The sequence of terms together with their corresponding multisets of multisets begins:
77: {{1,1},{3}}
119: {{1,1},{4}}
154: {{},{1,1},{3}}
217: {{1,1},{5}}
221: {{1,2},{4}}
231: {{1},{1,1},{3}}
238: {{},{1,1},{4}}
287: {{1,1},{6}}
308: {{},{},{1,1},{3}}
357: {{1},{1,1},{4}}
385: {{2},{1,1},{3}}
For example, 385 has prime indices {3,4,5} with numbers of prime factors (1,2,1), which is not weakly increasing, so 385 is in the sequence.
MATHEMATICA
Select[Range[1000], !OrderedQ[PrimeOmega/@PrimePi/@First/@FactorInteger[#]]&]
CROSSREFS
KEYWORD
nonn
AUTHOR
Gus Wiseman, Dec 09 2019
EXTENSIONS
Term 667 deleted by Gus Wiseman, Feb 07 2021
STATUS
approved