login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A126994 a(n) = binomial(prime(n+5), prime(n)). 4
1, 78, 680, 11628, 245157, 34597290, 206253075, 15905368710, 244662670200, 960566918220, 4568648125690, 462525733568080, 8964377427999630, 6236646703759395, 972963730453314600, 5300174441392685400 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
Table[Binomial[Prime[n+5], Prime[n]], {n, 0, 20}]
PROG
(PARI) vector(20, n, binomial(prime(n+5), prime(n))) \\ G. C. Greubel, May 29 2019
(Magma) [Binomial(NthPrime(n+5), NthPrime(n)): n in [1..20]]; // G. C. Greubel, May 29 2019
(Sage) [binomial(nth_prime(n+5), nth_prime(n)) for n in (1..20)] # G. C. Greubel, May 29 2019
CROSSREFS
Sequence in context: A057806 A057803 A087600 * A220409 A129238 A297759
KEYWORD
nonn
AUTHOR
Artur Jasinski, Jan 01 2007
EXTENSIONS
Missing n=0 term added by N. J. A. Sloane, May 17 2020
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)