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 A126998 #12 Sep 08 2022 08:45:29 %S A126998 1,78,12376,75582,1352078,34597290,84672315,854992152,3159461968, %T A126998 5752004349,17417133617,76223753060,279871768995,418094152866, %U A126998 1285063345176,2560547383576,3558497368608,9036996468045,16141841823510,36519676207704,99468442390512,158940114100040 %N A126998 a(n) = binomial(prime(n+5), prime(5)). %H A126998 G. C. Greubel, <a href="/A126998/b126998.txt">Table of n, a(n) for n = 0..1000</a> %t A126998 Table[Binomial[Prime[n+5], Prime[5]], {n, 1, 30}] %o A126998 (PARI) vector(30, n, binomial(prime(n+5), prime(5)) ) \\ _G. C. Greubel_, May 29 2019 %o A126998 (Magma) [Binomial(NthPrime(n+5), NthPrime(5)): n in [1..30]]; // _G. C. Greubel_, May 29 2019 %o A126998 (Sage) [binomial(nth_prime(n+5), nth_prime(5)) for n in (1..30)] # _G. C. Greubel_, May 29 2019 %Y A126998 Cf. A058077, A125550, A126993, A126993, A008837, A126995, A126996, A126997. %K A126998 nonn %O A126998 0,2 %A A126998 _Artur Jasinski_, Jan 01 2007 %E A126998 Terms a(19) onward added by _G. C. Greubel_, May 30 2019 %E A126998 Missing n=0 term added by _N. J. A. Sloane_, May 17 2020