cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A134712 Base-2 logarithm of (n-th even superperfect number divided by 2^n).

Original entry on oeis.org

0, 0, 1, 2, 7, 10, 11, 22, 51, 78, 95, 114, 507, 592, 1263, 2186, 2263, 3198, 4233, 4402, 9667, 9918, 11189, 19912, 21675, 23182, 44469, 86214, 110473, 132018, 216059, 756806, 859399, 1257752, 1398233, 2976184, 3021339, 6972554, 13466877
Offset: 1

Views

Author

Omar E. Pol, Nov 07 2007

Keywords

Examples

			a(5) = 7 because the 5th even superperfect number is 4096, 2^5 = 32, 4096/32 = 128 and log_2(128) = 7 (because 2^7 = 128).
		

Crossrefs

Programs

  • Mathematica
    With[{max = 48}, MersennePrimeExponent[Range[max]] - Range[max] - 1] (* Amiram Eldar, Oct 21 2024 *)

Formula

a(n) = log_2(A061652(n)/(2^n)) = A000043(n) - n - 1 = A090748(n) - n.