OFFSET
1,1
COMMENTS
Sequence deviates from A030515 and A162947, the smallest term that is not term of these sequences is 960.
Conjecture: number m = 18 is only number such that tau(m) and phi(m) are both perfect numbers.
This is the sequence of the smallest numbers m such that tau(m) = A000396(n): 12, 960, 1014686023680 = A081620(31), A081620(127), ...
Conjecture is false: with m = 2^61 * 17 * 65537 * ((2^2281-1)*2^2200+1), tau(m) and phi(m) are both perfect numbers. - Michel Marcus, Mar 12 2026
LINKS
Michel Marcus, Table of n, a(n) for n = 1..10000
factordb, (2^2281-1)*2^2200+1.
EXAMPLE
Number 12 is in the sequence because tau(12) = 6 (perfect number).
MATHEMATICA
Select[Range[500], DivisorSigma[-1, DivisorSigma[0, #]] == 2 &] (* Amiram Eldar, Mar 03 2026 *)
PROG
(Magma) [m: m in [1..500] | &+Divisors(#Divisors(m)) eq 2 * #Divisors(m)];
(PARI) isok(m) = my(d=numdiv(m)); sigma(d) == 2*d; \\ Michel Marcus, Mar 12 2026
CROSSREFS
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Mar 03 2026
STATUS
approved
