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.
Also numbers > 1 whose first differences of 0-prepended prime indices have non-integer mean.
EXAMPLE
The prime indices of 1617 are {2,4,4,5}, and 5 is not divisible by 4, so 1617 is in the sequence.
MATHEMATICA
Select[Range[2, 100], !Divisible[PrimePi[FactorInteger[#][[-1, 1]]], PrimeOmega[#]]&]
CROSSREFS
KEYWORD
nonn
AUTHOR
Gus Wiseman, Feb 17 2023
STATUS
approved