VOOZH
about
URL: https://oeis.org/A105468
⇱ A105468 - OEIS
login
A105468
Number of irregular primes less than or equal to the 10^n-th prime.
1
0, 30, 392, 3935, 39400, 393737, 3933421, 39339651
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
1,2
COMMENTS
Limit_{n->inf.} a(n)/10^n -> 1-e^(-1/2).
LINKS
Table of n, a(n) for n=1..8.
MATHEMATICA
ip={ the list of irregular primes to 12 million }; Table[ Length[ Select[ip, # <= Prime[10^n] &]], {n, 5}]
CROSSREFS
Cf.
A000928
,
A006988
,
A105463
.
Sequence in context:
A280478
A020927
A384374
*
A125442
A260913
A010835
Adjacent sequences:
A105465
A105466
A105467
*
A105469
A105470
A105471
KEYWORD
hard
,
nonn
,
more
AUTHOR
Robert G. Wilson v
, Apr 07 2005
EXTENSIONS
Data corrected and a(6)-a(8) added by
Amiram Eldar
, Mar 05 2019
STATUS
approved