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.

A112393 Semiprimes n such that 3*n - 2 is a square.

Original entry on oeis.org

6, 9, 22, 34, 57, 86, 121, 134, 177, 209, 226, 262, 321, 386, 482, 706, 737, 1046, 1241, 1282, 1366, 1497, 1681, 1977, 2582, 2641, 2761, 3202, 3334, 3401, 3746, 3817, 3961, 4034, 4486, 4881, 5377, 5462, 5721, 6166, 6722, 6817, 7009, 7401, 7601, 7702, 8857
Offset: 1

Views

Author

Giovanni Teofilatto, Dec 05 2005

Keywords

Crossrefs

Cf. A112392.

Programs

  • Mathematica
    Select[Range[10000],PrimeOmega[#]==2&&IntegerQ[Sqrt[3#-2]]&] (* Harvey P. Dale, Mar 28 2018 *)
  • PARI
    for(i=1,15000,if(bigomega(i)==2&&issquare(3*i-2),print1(i,","))) (Herrgesell)

Extensions

More terms from Lambert Herrgesell (zero815(AT)googlemail.com), Dec 12 2005