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.

A139299 a(n) = 2^(2p - 1)/4-1, where p is the n-th Mersenne prime A000668(n).

Original entry on oeis.org

7, 2047, 576460752303423487, 3618502788666131106986593281521497120414687020801267626233049500247285301247
Offset: 1

Views

Author

Omar E. Pol, Apr 13 2008

Keywords

Crossrefs

Programs

  • Mathematica
    a[n_] := 2^(2^(MersennePrimeExponent[n] + 1) - 5) - 1; Array[a, 4] (* Amiram Eldar, Jul 10 2025 *)

Formula

a(n) = 2^(2*A000668(n)-1)/4-1 = A139294(n)/4-1 = A139298(n)-1.

Extensions

a(4) from Amiram Eldar, Jul 10 2025