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.

A363837 Numbers k such that k-th Jacobsthal number A001045(k) is a semiprime.

Original entry on oeis.org

6, 8, 10, 14, 26, 29, 34, 37, 38, 41, 47, 49, 53, 62, 67, 71, 73, 103, 107, 109, 122, 139, 151, 179, 223, 229, 251, 254, 269, 277, 311, 349, 353, 433, 457, 487, 503, 599, 601, 613, 619, 643, 739, 757, 827, 839, 1031, 1061, 1117
Offset: 1

Views

Author

Sean A. Irvine, Oct 19 2023

Keywords

Examples

			10 is a term because Jacobsthal(10) = A001045(10) = 341 = 11*31 is a semiprime.
		

Crossrefs

Cf. A001045, A001358, A277356 (the actual semiprimes), A250292, A085726, A072381, A101757, A286567, A271314.

Programs

  • PARI
    isok(k) = bigomega((2^k - (-1)^k)/3) == 2; \\ Michel Marcus, Oct 19 2023

Extensions

a(47)-a(49) from Amiram Eldar, Feb 25 2024
Showing 1-1 of 1 results.