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.

A091128 Number of primes of the form 8k+5 less than 10^n.

Original entry on oeis.org

1, 6, 43, 314, 2399, 19623, 166204, 1440534, 12712271, 113764516, 1029517296, 9401972490, 86516425996, 801235712049
Offset: 1

Views

Author

Eric W. Weisstein, Dec 19 2003

Keywords

Comments

Computed by T. D. Noe, Dec 19 2003.

Crossrefs

Programs

  • Mathematica
    p = Select[Table[8 i + 5, {i, 0, 10^7}], PrimeQ[#] &]; Table[Count[p, x_ /; x < 10^n], {n, 7}] (* Robert Price, May 28 2019 *)

Extensions

a(10) from Robert G. Wilson v, Dec 22 2003
a(11)-a(14) from Bernhard Helmes (pi(AT)devalco.de), Apr 21 2010