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.

A093975 Number of prime pairs below 10^n having a difference of 42.

Original entry on oeis.org

0, 0, 0, 0, 19, 476, 7180, 86637, 954456, 9919519, 99655858, 979052296, 9484975460, 91050561862, 868774394325, 8257228721817, 78288453457352, 741199448968875
Offset: 1

Views

Author

Enoch Haga, Apr 24 2004

Keywords

Examples

			a(6) = 476 because there are 476 prime gaps of 42 below 10^6.
		

Crossrefs

Programs

  • Mathematica
    Table[Count[Differences[Prime[Range[PrimePi[10^n]]]],42],{n,10}] (* The program generates the first 10 terms of the sequence. *) (* Harvey P. Dale, Jun 11 2025 *)

Extensions

a(10)-a(13) from Washington Bomfim, Jun 22 2012
a(14)-a(18) from S. Herzog's website added by Giovanni Resta, Aug 14 2018