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

A028302
a(n) = prime(n)*Catalan(n).
1
2, 6, 25, 98, 462, 1716, 7293, 27170, 111826, 487084, 1822366, 7696444, 30458900, 115000920, 455657715, 1873956510, 7649042610, 29135960700, 118406633730, 466052549820, 1786037492460, 7227122527560, 28473947932950
OFFSET
1,1
LINKS
FORMULA
a(n) = A000040(n)*A000108(n).
MATHEMATICA
Table[Prime[n]CatalanNumber[n], {n, 30}] (* Harvey P. Dale, Jul 22 2016 *)
PROG
(Magma) [NthPrime(n)*Catalan(n): n in [1..40]]; // G. C. Greubel, Jan 04 2024
(SageMath) [nth_prime(n)*catalan_number(n) for n in range(1, 41)] # G. C. Greubel, Jan 04 2024
CROSSREFS
Sequence in context: A027104 A019048 A289604 * A064811 A074418 A330637
KEYWORD
nonn,easy
AUTHOR
fink(AT)cadvision.com (A.R.FINK)
EXTENSIONS
More terms from James A. Sellers
STATUS
approved