OFFSET
1,1
COMMENTS
The least odd term is a(105) = 105.
The least term that is coprime to 6 is a(3637276) = 37182145.
If k is a squarefree number that is divisible by 6, 10 or 14, then it is a term. Therefore a lower bound for the asymptotic density of this sequence is 29/(192*zeta(2)) = 0.0918... .
The numbers of terms that do not exceed 10^k, for k = 1, 2, ..., are 2, 8, 99, 972, 9826, 97610, 979190, 9770801, 97650638, 976893969, ... . Apparently, the asymptotic density of this sequence exists and equals 0.0976... .
If k is a term then any multiple of k that is squarefree is a term. The primitive terms are in A381741.
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
MATHEMATICA
Select[Range[600], SquareFreeQ[#] && DivisorSigma[-1, #^2] > 2 &]
PROG
(PARI) isok(k) = {my(f = factor(k)); if(!issquarefree(f), 0, prod(i = 1, #f~, f[i, 2] *= 2); sigma(f, -1) > 2); }
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Amiram Eldar, Mar 05 2025
STATUS
approved
