OFFSET
1,3
COMMENTS
a(13) and a(14) have 153 and 179 digits respectively and are too large to include here. - R. J. Mathar, Jan 07 2008
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..18
FORMULA
a(n) = A061652(n)/(2^n).
a(n) = 2^(A000043(n)-n-1). - Amiram Eldar, Oct 21 2024
EXAMPLE
a(5) = 128 because the 5th even superperfect number is 4096 and 2^5 = 32 and 4096/32 = 128.
MAPLE
MATHEMATICA
With[{max = 12}, 2^(MersennePrimeExponent[Range[max]] - Range[max] - 1)] (* Amiram Eldar, Oct 21 2024 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Omar E. Pol, Nov 07 2007
EXTENSIONS
More terms from R. J. Mathar, Jan 07 2008
STATUS
approved