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”).

A246670
a(n) = prime(Catalan(n)).
0
2, 2, 3, 11, 43, 181, 743, 2971, 11933, 47129, 185569, 729947, 2868191, 11265517, 44230699, 173632489, 681785497, 2677741049, 10520707411, 41351166313, 162595828093, 639609298351, 2517120334919, 9910036308649, 39032346154387, 153796890460823
OFFSET
0,1
MATHEMATICA
Table[Prime[CatalanNumber[n]], {n, 0, 20}]
PROG
(Magma) [NthPrime(Catalan(n)): n in [0..17]];
CROSSREFS
Sequence in context: A143933 A284708 A265783 * A075095 A178343 A156136
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Sep 01 2014
STATUS
approved