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 A250092 #12 Sep 08 2022 08:46:10 %S A250092 55,286,6188,50388,1352078,67863915,265182525,17672631900, %T A250092 202112640600,78378960360,1503232609098,14844575908435, %U A250092 647520696018735,1312251244423350,57963796707857040,31074067324187580,369731787035040,275291011073898820,51705423561053205 %N A250092 a(n) = binomial( prime(n+4), prime(n) ). %t A250092 Table[Binomial[Prime[x + 4], Prime[x]], {x, 1, 20}] %o A250092 (Magma) [Binomial(NthPrime(n+4),NthPrime(n)): n in [1..20]]; %Y A250092 Cf. similar sequences of the type binomial(prime(n+k),prime(n)): A058077 (k=1), A125550 (k=2), A126993 (k=3), this sequence (k=4), A126994 (k=5). %K A250092 nonn %O A250092 1,1 %A A250092 _Vincenzo Librandi_, Nov 12 2014