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 A125550 #6 Nov 12 2014 05:37:18 %S A125550 10,35,462,1716,12376,27132,100947,20030010,7888725,38608020, %T A125550 1121099408,6096454,10737573,19499099620,1119487075980,2944827765, %U A125550 6522361560,461738052776,170230452,26088783435 %N A125550 a(n) = C(prime(n+2), prime(n)). %H A125550 Harvey P. Dale, <a href="/A125550/b125550.txt">Table of n, a(n) for n = 1..1000</a> %t A125550 Table[Binomial[Prime[x + 2], Prime[x]], {x, 1, 20}] %t A125550 Binomial[Last[#],First[#]]&/@Partition[Prime[Range[50]],3,1] (* _Harvey P. Dale_, Oct 29 2013 *) %Y A125550 Cf. A058077. %K A125550 nonn %O A125550 1,1 %A A125550 _Artur Jasinski_, Jan 01 2007