login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A061652 Even superperfect numbers: 2^(p-1) where 2^p-1 is a Mersenne prime (A000043 and A000668). 56

%I

%S 2,4,16,64,4096,65536,262144,1073741824,1152921504606846976,

%T 309485009821345068724781056,81129638414606681695789005144064,

%U 85070591730234615865843651857942052864

%N Even superperfect numbers: 2^(p-1) where 2^p-1 is a Mersenne prime (A000043 and A000668).

%C It is conjectured that there are no odd superperfect numbers, in which case this coincides with A019279.

%C The number of divisors of a(n) is equal to A000043(n). - _Omar E. Pol_, Feb 29 2008

%C The sum of divisors of a(n) is equal to A000668(n), the n-th Mersenne prime. - _Omar E. Pol_, Mar 11 2008

%C Largest proper divisor of A072868(n). - _Omar E. Pol_, Apr 25 2008

%C Indices of hexagonal numbers (A000384) that are also even perfect numbers. [From _Omar E. Pol_, Aug 26 2008]

%C Except for the first perfect number 6, this sequence is the greatest common divisor of a perfect number (A000396) and its arithmetic derivative (A003415). - Giorgio Balzarotti greenblue@tiscali.it, Apr 21 2011

%H Vincenzo Librandi, <a href="/A061652/b061652.txt">Table of n, a(n) for n = 1..18</a>

%H G. L. Cohen and H. J. J. te Riele, <a href="http://www.emis.de/journals/EM/expmath/volumes/5/5.html">Iterating the sum-of-divisors function</a>, Experimental Mathematics, 5 (1996), pp. 93-100.

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/SuperperfectNumber.html">Superperfect Number</a>

%H <a href="/index/Di#divseq">Index to divisibility sequences</a>

%F a(n) = 2^(A090748(n)). - _Lekraj Beedassy_, Dec 07 2007

%F a(n)=(1 + A000668(n))/2. - _Omar E. Pol_, Mar 11 2008

%F a(n) = 2^A000043(n)/2 = A072868(n)/2 = A032742(A072868(n)). - _Omar E. Pol_, Apr 25 2008

%t 2^(Select[Range[512], PrimeQ[2^# - 1] &] - 1) (* From Alonso del Arte, Apr 22 2011 *)

%o (PARI) forprime(p=2,1e3,if(ispseudoprime(2^p-1),print1(2^(p-1)", "))) \\ _Charles R Greathouse IV_, Mar 14, 2012

%Y Cf. A000043, A000384, A000396, A000668, A019279, A032742, A072868.

%K nonn,nice

%O 1,1

%A Jason Earls (zevi_35711(AT)yahoo.com), Jun 16 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified June 19 23:42 EDT 2013. Contains 226416 sequences.