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!)
A327158 Unitary multiply-perfect numbers: n divides usigma(n), where usigma is the sum of unitary divisors of n (A034448). 9
1, 6, 60, 90, 87360 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
10^13 < a(6) <= 146361946186458562560000. - Giovanni Resta, Aug 29 2019
LINKS
Peter Hagis, Jr., Lower bounds for unitary multiperfect numbers, Fibonacci Quarterly, Vol. 22, No. 2 (1984), pp. 140-143.
PROG
(PARI)
A034448(n) = { my(f=factorint(n)); prod(k=1, #f~, 1+(f[k, 1]^f[k, 2])); }; \\ After code in A034448
isA327158(n) = (gcd(n, A034448(n))==n);
CROSSREFS
Fixed points of A323166, positions of zeros in A327164.
Cf. A002827 (a subsequence), A034448, A327163.
Cf. also A007691.
Sequence in context: A331108 A324707 A007357 * A002827 A331111 A324199
KEYWORD
nonn,more
AUTHOR
Antti Karttunen, Aug 28 2019
STATUS
approved

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 24 12:31 EDT 2024. Contains 371937 sequences. (Running on oeis4.)