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

A105457 Number of irregular primes less than e^n.

Original entry on oeis.org

0, 0, 0, 1, 6, 21, 66, 170, 404, 984, 2384, 5877, 14459, 36720, 92657, 234376, 597082, 1525209, 3913689, 10076194, 26016985
Offset: 1

Views

Author

Robert G. Wilson v, Apr 07 2005

Keywords

Crossrefs

Programs

  • Mathematica
    ip={ the list of irregular primes to 12 million }; Table[ Length[ Select[ip, # < E^n &]], {n, 16}]

Extensions

a(16) corrected and a(17)-a(21) added by Amiram Eldar, Mar 05 2019

A105461 The floor(exp(n))-th irregular prime.

Original entry on oeis.org

37, 59, 149, 389, 809, 2543, 8089, 25301, 76493, 232439, 695407, 2040551, 5993249, 17532407, 50970511, 147468721, 424835869, 1219642051
Offset: 1

Views

Author

Robert G. Wilson v, Apr 07 2005

Keywords

Crossrefs

Programs

  • Mathematica
    ip={ the list of irregular primes to 12 million }; Table[ ip[[ Floor[E^n]]], {n, 0, 12}]

Formula

a(n) = A000928(A000149(n)). - Amiram Eldar, Mar 05 2019

Extensions

a(13) corrected and a(14)-a(18) added by Amiram Eldar, Mar 05 2019
Showing 1-2 of 2 results.