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.

A135623 Mersenne primes written backwards.

Original entry on oeis.org

3, 7, 13, 721, 1918, 170131, 782425, 7463847412, 1593963129003485032, 111265944731096246910079816, 721882010875193363312928672952261, 727501488517303786137132964064381141071
Offset: 1

Views

Author

Omar E. Pol, Feb 17 2008

Keywords

Examples

			a(3)=13 because the 3rd Mersenne prime is 31.
		

Crossrefs

Programs

  • Mathematica
    IntegerReverse[2^MersennePrimeExponent[Range[15]]-1] (* Harvey P. Dale, Feb 26 2023 *)