OFFSET
1,1
COMMENTS
Subsequence of A383693 and first differs from it at n = 21.
All the terms are nonsquarefree numbers (A013929), since A361174(k) = k if k is a squarefree number (A005117).
The least odd term is a(198045) = 225450225, and the least term that is coprime to 6 is a(9.815...*10^17) = 1117347505588495206025.
The least term that is not an exponentially squarefree number (A209061) is a(8.85...*10^1324) = 2^4 * Product_{k=2..248} prime(k)^2 = 1.00786...*10^1328.
The asymptotic density of this sequence is Sum_{n>=1} f(A383698(n)) = 0.000878475..., where f(n) = (6/(Pi^2*n))*Product_{prime p|n}(p/(p+1)).
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
MATHEMATICA
f[p_, e_] := DivisorSum[e, p^# &, SquareFreeQ[#] &]; q[k_] := Times @@ f @@@ FactorInteger[k] > 2*k; Select[Range[1000], q]
PROG
(PARI) ff(p, e) = sumdiv(e, d, if(issquarefree(d), p^d, 0));
isok(k) = {my(f = factor(k)); prod(i=1, #f~, ff(f[i, 1], f[i, 2])) > 2*k; }
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Amiram Eldar, May 06 2025
STATUS
approved
