cp's OEIS Frontend

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.

A126994 a(n) = binomial(prime(n+5), prime(n)).

This page as a plain text file.
%I A126994 #9 Sep 08 2022 08:45:29
%S A126994 1,78,680,11628,245157,34597290,206253075,15905368710,244662670200,
%T A126994 960566918220,4568648125690,462525733568080,8964377427999630,
%U A126994 6236646703759395,972963730453314600,5300174441392685400
%N A126994 a(n) = binomial(prime(n+5), prime(n)).
%H A126994 G. C. Greubel, <a href="/A126994/b126994.txt">Table of n, a(n) for n = 0..1000</a>
%t A126994 Table[Binomial[Prime[n+5], Prime[n]], {n, 0, 20}]
%o A126994 (PARI) vector(20, n, binomial(prime(n+5), prime(n))) \\ _G. C. Greubel_, May 29 2019
%o A126994 (Magma) [Binomial(NthPrime(n+5), NthPrime(n)): n in [1..20]]; // _G. C. Greubel_, May 29 2019
%o A126994 (Sage) [binomial(nth_prime(n+5), nth_prime(n)) for n in (1..20)] # _G. C. Greubel_, May 29 2019
%Y A126994 Cf. A058077, A125550, A126993, A126995, A126996, A126997, A126998.
%K A126994 nonn
%O A126994 0,2
%A A126994 _Artur Jasinski_, Jan 01 2007
%E A126994 Missing n=0 term added by _N. J. A. Sloane_, May 17 2020