The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A348583 Numbers k such that k | A002129(k). 1
1, 60, 728, 6960, 60512, 97152, 728000, 1900080, 2184000, 4371840, 26522496, 843480000, 23009688000, 46352390400, 93155148800, 279465446400, 701869363200, 938948846080, 1099176108032, 2816846538240 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Equivalently, numbers k such that k | A113184(k).
The corresponding ratios A002129(k)/k are 1, -2, -2, -3, -2, -3, -3, -4, -4, -4, -4, -4, -4, -4, -3, -4, -4, -3, -2, -4, ...
If p is a Mersenne exponent (A000043), and the corresponding Mersenne prime (A000668) M_p = 2^p - 1 is in A005382 or A167917, i.e., 2*M_p - 1 is also a prime, then 2^p*(2^p-1)*(2^(p+1)-3) is a term. The corresponding known terms of this form are 60, 728, 60512, 1099176108032 and 288229001763749888.
If a term k is odd, then A002129(k) = A000203(k) and thus k is a multiply-perfect number. Therefore, the odd perfect numbers, if they exist, are terms of this sequence.
LINKS
EXAMPLE
60 is a term since A002129(60) = -120 is divisible by 60.
MATHEMATICA
f[p_, e_] := If[p == 2, 2^(e + 1)-3, (p^(e + 1) - 1)/(p - 1)]; s[1] = 1; s[n_] := Times @@ f @@@ FactorInteger[n]; Select[Range[10^5], Divisible[s[#], #] &]
CROSSREFS
Sequence in context: A034865 A138409 A024016 * A349871 A112042 A168307
KEYWORD
nonn,more
AUTHOR
Amiram Eldar, Oct 24 2021
EXTENSIONS
a(20) from Martin Ehrenstein, Nov 06 2021
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 June 7 05:57 EDT 2024. Contains 373144 sequences. (Running on oeis4.)