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 A126996 #18 Sep 08 2022 08:45:29 %S A126996 1,21,462,1287,6188,11628,33649,118755,169911,435897,749398,962598, %T A126996 1533939,2869685,5006386,5949147,9657648,13019909,15020334,22537515, %U A126996 29034396,41507642,64446024,79208745,87541245,106308566,116828271,140364532,254231775 %N A126996 a(n) = binomial(prime(3+n), prime(3)). %H A126996 G. C. Greubel, <a href="/A126996/b126996.txt">Table of n, a(n) for n = 0..1000</a> %t A126996 Table[Binomial[Prime[n + 3], Prime[3]], {n, 0, 30}] %t A126996 Binomial[Prime[Range[3,40]],5] (* _Harvey P. Dale_, Mar 20 2021 *) %o A126996 (Magma) [Binomial(NthPrime(n+3), 5): n in [0..30]]; // _Vincenzo Librandi_, May 21 2019 %o A126996 (PARI) vector(30, n, binomial(prime(n+3), 5)) \\ _G. C. Greubel_, May 29 2019 %o A126996 (Sage) [binomial(nth_prime(n+3), 5) for n in (1..30)] # _G. C. Greubel_, May 29 2019 %Y A126996 Cf. A008837, A058077, A125550, A126993, A126995, A126997, A126998. %K A126996 nonn %O A126996 0,2 %A A126996 _Artur Jasinski_, Jan 01 2007 %E A126996 Missing n=0 term added by _N. J. A. Sloane_, May 17 2020