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!)
A330164 Even perfect numbers w from A000396 such that number m = w / 2^(k(w) - 1) - 2^((k(w) - 1)/2) + 1 = 2^k(w) - 2^((k(w) - 1)/2) is also an even perfect number, where k(w) is the Mersenne exponent (A000043) for number w. 1
28, 496, 33550336, 2658455991569831744654692615953842176 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Corresponding values of even perfect numbers m: 6, 28, 8128, 2305843008139952128, ... (A330163).
Corresponding values of Mersenne exponents k(w) and k(m): (3, 5, 13, 61, ...), (2, 3, 7, 31, ...), where k(m) = (k(w) + 1)/2.
LINKS
MATHEMATICA
f[n_] := 2^(n - 1)*(2^n - 1); g[n_] := 2^n - 2^((n - 1)/2); mers = MersennePrimeExponent[Range[10]]; f /@ Select[mers, MemberQ[f /@ mers, g[#]] &] (* Amiram Eldar, Dec 06 2019 *)
PROG
(Magma) [(2^k - 1) * 2^(k - 1): k in [1..100] | SumOfDivisors((2^k - 1) * 2^(k - 1)) / ((2^k - 1) * 2^(k - 1)) eq 2 and SumOfDivisors(2^k - 2^((k-1) div 2)) / (2^k - 2^((k-1) div 2) ) eq 2]
CROSSREFS
Sequence in context: A212302 A046999 A046986 * A323747 A028145 A028167
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Dec 04 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 May 12 19:25 EDT 2024. Contains 372494 sequences. (Running on oeis4.)