login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A331724 Multiply-perfect numbers (A007691) that are arithmetic (A003601). 1

%I #16 Sep 08 2022 08:46:25

%S 1,6,672,30240,32760,23569920,45532800,14182439040,51001180160,

%T 153003540480,403031236608,518666803200,13661860101120,

%U 740344994887680,796928461056000,212517062615531520,87934476737668055040,154345556085770649600,170206605192656148480

%N Multiply-perfect numbers (A007691) that are arithmetic (A003601).

%C Multiply-perfect numbers m such that values A(m) = sigma(m)/tau(m) = A000203(m)/A000005(m) are any integers.

%C Corresponding values of A(m): 1, 3, 84, 1260, 1365, 294624, 474300, 36933435, 318757376, 637514752, 1199497728, ...

%C Complement of A330533 with respect to A007691. Supersequence of A046985.

%C Has many terms in common with B = {multiply perfect numbers n divisible by bigomega(n)}: only {1, 45532800, 403031236608, 212517062615531520, ...} are in {a(n)} \ B, while {120, 523776, 2178540, ...} are in B \ {a(n)}. - _M. F. Hasler_, Jan 31 2020

%e sigma(672)/tau(672) = 2016/24 = 84 (integers).

%t seqQ[n_] := And @@ (Divisible[DivisorSigma[1, n], #] & /@ {n, DivisorSigma[0, n]}); Select[Range[5*10^7], seqQ] (* _Amiram Eldar_, Jan 25 2020 *)

%o (Magma) [m: m in [1..10^7] | IsIntegral(SumOfDivisors(m) / NumberOfDivisors(m)) and IsIntegral(SumOfDivisors(m) / m)]

%o (PARI) is_A007814(n)={my(f=factor(n),s=sigma(f));!(s%n||s%numdiv(f))} \\ _M. F. Hasler_, Jan 31 2020

%Y Cf. A000005, A000203, A003601, A007691, A046985, A330533.

%Y Cf. A325025 (multiply-perfect numbers that are harmonic).

%K nonn

%O 1,2

%A _Jaroslav Krizek_, Jan 25 2020

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 26 21:53 EDT 2024. Contains 372004 sequences. (Running on oeis4.)