OFFSET
1,1
COMMENTS
This sequence contains 136086*p^2 where p is prime such that gcd(136086, p) = 1 and is therefore infinite. Proof: sigma(136086*p^2) = 279984*(p^2 + p + 1) = 279984*(p^2 + p) + 48 + 279936 = psi(136086*p^2) + tau(136086*p^2) + bigomega(136086*p^2)^7. - David A. Corneth, Apr 07 2026
Is there any term other than a(1) not of this form, 2*3*37*613*p^2, with p <> {2, 3, 37, 613} ? - M. F. Hasler, Apr 08 2026
EXAMPLE
341375 is a term since sigma(341375) = 426192 = 409800 + 8 + 4^7 = psi(341375) + tau(341375) + Omega(341375)^7.
PROG
(PARI) isok(k) = {my(f = factor(k)); sigma(f) == prod(i=1, #f~, (f[i, 1]+1) * f[i, 1]^(f[i, 2]-1)) + numdiv(f) + bigomega(f)^7; } \\ Amiram Eldar, Apr 07 2026
CROSSREFS
KEYWORD
nonn
AUTHOR
S. I. Dimitrov, Apr 07 2026
EXTENSIONS
a(22)-a(25) from Amiram Eldar, Apr 07 2026
STATUS
approved
