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.

A356764 Semiprimes divisible by their indices in the sequence of semiprimes, divided by those indices.

Original entry on oeis.org

4, 3, 3, 3, 3, 3, 3, 5, 5, 5, 5, 5, 5, 7, 7, 7, 7
Offset: 1

Views

Author

Lucas A. Brown, Oct 13 2022

Keywords

Comments

Except for a(1) = 4, all terms are prime.

Crossrefs

Programs

  • Mathematica
    With[{sp=Select[Range[5*10^6],PrimeOmega[#]==2&]},Select[#[[1]]/#[[2]]&/@Thread[{sp,Range[Length[sp]]}],IntegerQ]] (* The program generates the first 13 terms of the sequence. *) (* Harvey P. Dale, Aug 07 2025 *)

Formula

a(n) = A357741(n) / A106125(n).