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.

A129928 Primes equal to 3*Sp - 2, where Sp is a semiprime.

Original entry on oeis.org

43, 61, 73, 97, 103, 151, 163, 193, 229, 271, 277, 283, 331, 367, 397, 421, 433, 463, 547, 601, 607, 613, 643, 661, 709, 739, 757, 859, 883, 907, 967, 1021, 1063, 1093, 1129, 1171, 1231, 1237, 1249, 1279, 1453, 1489, 1531, 1543, 1549, 1579, 1597, 1609
Offset: 1

Views

Author

Giovanni Teofilatto, Jun 06 2007

Keywords

Programs

  • Mathematica
    3*Select[Range[600], PrimeOmega[#]==2&&PrimeQ[3#-2]&]-2 (* James C. McMahon, Feb 02 2025 *)

Formula

a(n) = 3*A129926(n)-2. [R. J. Mathar, Apr 22 2010]

Extensions

Extended by R. J. Mathar, Apr 22 2010
Showing 1-1 of 1 results.