OFFSET
1,7
COMMENTS
EXAMPLE
The prime indices of 2257 are {12,18}, with least common multiple 36, with prime factors {2,2,3,3}, so a(2257) = 4.
MATHEMATICA
Table[If[n==1, 0, PrimeOmega[LCM@@PrimePi/@First/@FactorInteger[n]]], {n, 100}]
CROSSREFS
Positions of 0 are A000079.
For product instead of LCM we have A302242.
Positions of terms < 2 are A302594.
Positions of 1 are A371127.
For GCD instead of LCM we have A387579.
A000005 counts divisors.
A001414 adds up distinct prime divisors.
A003963 multiplies together prime indices.
A120383 lists numbers divisible by all of their prime indices.
A289508 gives greatest common divisor of prime indices.
KEYWORD
nonn
AUTHOR
Gus Wiseman, Sep 11 2025
STATUS
approved
