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.

A242832 Semiprimes of the form 2^k - 1 or 2^k - 2.

Original entry on oeis.org

6, 14, 15, 62, 254, 511, 2047, 16382, 262142, 1048574, 8388607, 4294967294, 137438953471, 562949953421311, 576460752303423487, 4611686018427387902, 147573952589676412927, 9671406556917033397649407, 1237940039285380274899124222, 158456325028528675187087900671
Offset: 1

Views

Author

Juri-Stepan Gerasimov, May 23 2014

Keywords

Comments

Union of A092561 and 2*A000668.

Crossrefs

Programs

  • Mathematica
    Select[Flatten[Table[{2^k - 2, 2^k - 1}, {k, 100}]], PrimeOmega[#] == 2 &] (* Alonso del Arte, May 26 2014 *)

Extensions

More terms from Alonso del Arte, May 26 2014