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-4 of 4 results.

A091126 Number of primes of the form 8k+1 less than 10^n.

Original entry on oeis.org

0, 5, 37, 295, 2384, 19552, 165976, 1439970, 12711220, 113758759, 1029502984, 9401951850, 86516283187, 801235071623
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 + 1, {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

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

A091129 Number of primes of the form 8k+7 less than 10^n.

Original entry on oeis.org

1, 6, 43, 308, 2399, 19669, 166237, 1440406, 12711702, 113766208, 1029523130, 9401993203, 86516416092, 801235499451
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 + 7, {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

A095010 Number of 8k+3 primes (A007520) in range [2^n,2^(n+1)].

Original entry on oeis.org

1, 0, 1, 1, 2, 3, 7, 10, 20, 35, 66, 113, 218, 412, 746, 1460, 2672, 5104, 9651, 18375, 35105, 67165, 128410, 246453, 473535, 911489, 1756670, 3390856, 6552449, 12673142, 24546849, 47583904, 92330578, 179317889, 348548185, 678029708, 1319939685, 2571409639
Offset: 1

Views

Author

Antti Karttunen and Labos Elemer, Jun 01 2004

Keywords

Crossrefs

Formula

a(n) = A095014(n) - A095011(n) = A095008(n) - A095012(n).

Extensions

a(34)-a(38) from Amiram Eldar, Jun 12 2024
Showing 1-4 of 4 results.