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.

Showing 1-1 of 1 results.

A268139 Semiprimes of the form 3*n*2^n - 3*n - 2^(2+n) + 4.

Original entry on oeis.org

6, 35, 341, 2159, 6160337, 27787211, 191126044583, 412745898649251217229, 162789115166027506149234835193, 51436190754860636195130229261336259
Offset: 1

Views

Author

Vincenzo Librandi, Jan 27 2016

Keywords

Crossrefs

Programs

  • Magma
    IsSemiprime:= func; [s: n in [2..240] | IsSemiprime(s) where s is 3*n*2^n-3*n-2^(2+n)+4];
  • Mathematica
    Select[Table[3 n 2^n - 3 n - 2^(2 + n) + 4, {n, 250}], PrimeOmega[#] == 2 &]
Showing 1-1 of 1 results.