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

A060604
a(n) = binomial(prime(n), n) where prime(n) = n-th prime.
7
2, 3, 10, 35, 462, 1716, 19448, 75582, 817190, 20030010, 84672315, 1852482996, 17620076360, 78378960360, 751616304549, 14844575908435, 277508869722315, 1312251244423350, 24151581961607100, 225368761961739396, 1084741953178481928, 19639369867938409940
OFFSET
1,1
LINKS
MATHEMATICA
Array[Binomial[Prime@ #, #] &, 20] (* Michael De Vlieger, Feb 18 2017 *)
PROG
(PARI) a(n) = { binomial(prime(n), n) } \\ Harry J. Smith, Jul 07 2009
CROSSREFS
Sequence in context: A270367 A056607 A278051 * A075890 A296269 A141102
KEYWORD
nonn,changed
AUTHOR
Labos Elemer, Apr 13 2001
STATUS
approved