login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A134713
Base-2 logarithm of (n-th even superperfect number divided by 2^n), plus 1.
1
1, 1, 2, 3, 8, 11, 12, 23, 52, 79, 96, 115, 508, 593, 1264, 2187, 2264, 3199, 4234, 4403, 9668, 9919, 11190, 19913, 21676, 23183, 44470, 86215, 110474, 132019, 216060, 756807, 859400, 1257753, 1398234, 2976185, 3021340, 6972555, 13466878
OFFSET
1,3
FORMULA
a(n) = 1 + log_2(A061652(n)/(2^n)) = A000043(n) - n = A090748(n) - n + 1.
EXAMPLE
a(5) = 8 because the 5th even superperfect number is 4096, 2^5 = 32, 4096/32 = 128, log_2(128) = 7 (because 2^7 = 128) and 7+1 = 8.
MATHEMATICA
With[{max = 48}, MersennePrimeExponent[Range[max]] - Range[max]] (* Amiram Eldar, Oct 21 2024 *)
KEYWORD
nonn
AUTHOR
Omar E. Pol, Nov 07 2007
STATUS
approved