OFFSET
1,2
COMMENTS
Indices of records of A181796.
Since A181796(n) depends only on the prime signature of n, this sequence is a subsequence of A025487.
The corresponding record values are 1, 2, 3, 4, 5, 7, 9, 10, 11, 13, 16, 17, 19, 20, 21, 22, ... (see the link for more values).
From David A. Corneth, Apr 04 2021: (Start)
Let G_m be the gcd of terms k with omega(k) = m. So G_1 <= 2, G_2 <= 12, G_3 <= 720, G_4 <= 907200.
Do we have G_m | G_(m + 1)? (End)
LINKS
David A. Corneth, Table of n, a(n) for n = 1..700 (first 500 terms from Amiram Eldar)
Amiram Eldar, Table of n, a(n), A181796(a(n)) for n = 1..500
EXAMPLE
A181796 begins with 1, 2, 2, 3, 2, 3, 2, 4, .... The record values, 1, 2, 3 and 4 occur at 1, 2, 4 and 8, which are the first 4 terms of this sequence.
MATHEMATICA
q[n_] := UnsameQ @@ FactorInteger[n][[;; , 2]]; s[n_] := DivisorSum[n, 1 &, q[#] &]; sm = 0; seq = {}; Do[s1 = s[n]; If[s1 > sm, sm = s1; AppendTo[seq, n]], {n, 1, 10^4}]; seq
CROSSREFS
KEYWORD
nonn
AUTHOR
Amiram Eldar, Apr 02 2021
STATUS
approved