A139096 Infraperfect numbers: a(n) = 2^(2*p - 1) - 2^p, where p is A000043(n).
4, 24, 480, 8064, 33546240, 8589803520, 137438429184, 2305843007066210304, 2658455991569831743501771111346995200, 191561942608236107294793377774818628309652252823388160
Offset: 1
Keywords
Examples
a(2) = 24 because A000043(2) = 3 then 2^(2*3 - 1) - 2^3 = 2^5 - 2^3 = 32 - 8 = 24.
Links
- Amiram Eldar, Table of n, a(n) for n = 1..15
- Omar E. Pol, Determinacion geometrica de los numeros primos y perfectos.
Programs
-
Mathematica
Map[2^(2*#-1) - 2^# &, MersennePrimeExponent[Range[10]]] (* Amiram Eldar, Oct 17 2024 *)
Formula
Extensions
More terms from R. J. Mathar, Feb 05 2010
Comments