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.

A114407 7-almost prime gaps. First differences of A046308.

Original entry on oeis.org

64, 96, 32, 112, 16, 32, 168, 24, 32, 16, 80, 32, 140, 36, 48, 24, 8, 32, 80, 16, 32, 210, 14, 40, 56, 16, 36, 12, 48, 80, 40, 24, 32, 16, 112, 16, 80, 107, 21, 60, 84, 16, 8, 54, 18, 16, 56, 104, 16, 60, 20, 16, 16, 32, 16, 8, 104, 64, 24, 8, 32, 80, 192, 80, 10, 126, 24, 12
Offset: 1

Views

Author

Jonathan Vos Post, Nov 25 2005

Keywords

Examples

			a(1) = 64 = 192-128 where 128 is the first 7-almost prime and 192 is the second.
a(2) = 96 = 288-192.
a(3) = 32 = 320-288.
a(4) = 112 = 432-320.
a(5) = 16 = 448-432.
a(6) = 32 = 480-448.
a(7) = 168 = 648-480.
a(8) = 24 = 672-648.
		

Crossrefs

Programs

  • Mathematica
    Differences[Select[Range[10000],PrimeOmega[#]==7&]] (* Harvey P. Dale, Oct 13 2019 *)

Formula

a(n) = A046308(n+1) - A046308(n).

Extensions

Corrected and extended by R. J. Mathar, Aug 31 2007