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-2 of 2 results.

A106125 Numbers k such that k divides the k-th semiprime.

Original entry on oeis.org

1, 2, 3, 7, 11, 43, 53, 613367, 613439, 613451, 613523, 613549, 613609, 6384425461, 6384425521, 6384425569, 6384425647
Offset: 1

Views

Author

Shyam Sunder Gupta, May 07 2005

Keywords

Comments

Note that except 1, all other term in the sequence will be primes.
a(18) > 10^12. - Lucas A. Brown, Oct 17 2020

Examples

			a(4)=7 is a term because 7 divides the 7th semiprime (i.e., 21).
		

Crossrefs

Extensions

a(14)-a(17) from Donovan Johnson, Sep 27 2010

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).
Showing 1-2 of 2 results.