login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 11:24 EDT 2024. Contains 371967 sequences. (Running on oeis4.)