login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A273974
Number of primes <= n-th Catalan number.
2
0, 0, 1, 3, 6, 13, 32, 82, 226, 651, 1939, 5946, 18637, 59736, 194898, 645742, 2167325, 7359262, 25237989, 87325031, 304549332, 1069685013, 3781189896, 13443608964, 48049822995, 172568075048, 622514907195, 2254799747130, 8197867118026, 29909486953987, 109477635390870
OFFSET
0,4
LINKS
Amiram Eldar, Table of n, a(n) for n = 0..39 (calculated using Kim Walisch's primecount)
FORMULA
a(n) = A000720(A000108(n)). - Michel Marcus, Nov 10 2016
MATHEMATICA
Table[PrimePi[CatalanNumber[n]], {n, 0, 27}]
PROG
(Magma) [#PrimesUpTo(Catalan(n)): n in [0..18]];
CROSSREFS
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Nov 10 2016
EXTENSIONS
a(28)-a(30) from Amiram Eldar, Sep 03 2024
STATUS
approved