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.

A356763 Triprime gaps (A114403) in the order of first occurrence.

Original entry on oeis.org

4, 6, 2, 7, 1, 12, 5, 11, 3, 14, 8, 9, 10, 18, 13, 15, 16, 21, 17, 19, 22, 32, 24, 20, 23, 29, 28, 25, 26, 33, 34, 27, 30, 31, 37, 40, 35, 36, 46, 39, 41, 44, 45, 42, 38, 50, 58, 43, 51, 54, 49, 52, 48, 47, 56, 55, 53, 60, 57, 59, 63, 61, 65, 66, 69, 64, 62, 67, 68, 70, 83, 71, 73, 78, 72
Offset: 1

Views

Author

Zak Seidov, Aug 26 2022

Keywords

Crossrefs

Cf. A014320 (for prime gaps), A356769 (for semiprime gaps).

Programs

  • Mathematica
    DeleteDuplicates[Differences[Select[Range[10^6], PrimeOmega[#] == 3 &]]] (* Amiram Eldar, Aug 26 2022 *)
Showing 1-1 of 1 results.