login
A105464
Irregular primeth recurrence: a(n+1) = a(n)-th irregular prime.
0
1, 37, 613, 12923, 390581, 15353617, 756551141
OFFSET
1,2
COMMENTS
There are 310443 irregular primes less than 12 million.
MATHEMATICA
ip={ the list of irregular primes to 12 million }; NestList[ ip[[ # ]] &, 1, 2]
CROSSREFS
Sequence in context: A133998 A231381 A056217 * A140764 A348301 A228225
KEYWORD
hard,nonn
AUTHOR
Robert G. Wilson v, Apr 07 2005
EXTENSIONS
a(6)-a(7) from Amiram Eldar, Mar 05 2019
STATUS
approved