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.

A242337 Numbers k such that k*6^k - 1 is semiprime.

Original entry on oeis.org

4, 5, 6, 7, 9, 10, 11, 12, 13, 14, 15, 18, 22, 23, 25, 32, 35, 38, 45, 51, 54, 57, 68, 72, 82, 97, 110, 138, 155, 234, 254
Offset: 1

Views

Author

Vincenzo Librandi, May 12 2014

Keywords

Comments

The semiprimes of this form are 5183, 38879, 279935, 1959551, 90699263, 604661759, 3990767615, 26121388031, 169789022207, 1097098297343, ...
a(32) >= 423. - Tyler Busby, Mar 19 2023

Crossrefs

Cf. similar sequences listed in A242273.

Programs

  • Magma
    IsSemiprime:=func; [n: n in [2..352] | IsSemiprime(s) where s is n*6^n-1];
  • Mathematica
    Select[Range[352], PrimeOmega[# 6^# - 1]==2&]

Extensions

a(26)-a(31) from Carl Schildkraut, Aug 17 2015