This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A060604 #20 Dec 11 2024 23:41:04 %S A060604 2,3,10,35,462,1716,19448,75582,817190,20030010,84672315,1852482996, %T A060604 17620076360,78378960360,751616304549,14844575908435,277508869722315, %U A060604 1312251244423350,24151581961607100,225368761961739396,1084741953178481928,19639369867938409940 %N A060604 a(n) = binomial(prime(n), n) where prime(n) = n-th prime. %H A060604 Harry J. Smith, <a href="/A060604/b060604.txt">Table of n, a(n) for n=1..100</a> %t A060604 Array[Binomial[Prime@ #, #] &, 20] (* _Michael De Vlieger_, Feb 18 2017 *) %o A060604 (PARI) a(n) = { binomial(prime(n), n) } \\ _Harry J. Smith_, Jul 07 2009 %Y A060604 Cf. A058077, A060497. %K A060604 nonn %O A060604 1,1 %A A060604 _Labos Elemer_, Apr 13 2001