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!)
A126998 a(n) = binomial(prime(n+5), prime(5)). 6
1, 78, 12376, 75582, 1352078, 34597290, 84672315, 854992152, 3159461968, 5752004349, 17417133617, 76223753060, 279871768995, 418094152866, 1285063345176, 2560547383576, 3558497368608, 9036996468045, 16141841823510, 36519676207704, 99468442390512, 158940114100040 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
Table[Binomial[Prime[n+5], Prime[5]], {n, 1, 30}]
PROG
(PARI) vector(30, n, binomial(prime(n+5), prime(5)) ) \\ G. C. Greubel, May 29 2019
(Magma) [Binomial(NthPrime(n+5), NthPrime(5)): n in [1..30]]; // G. C. Greubel, May 29 2019
(Sage) [binomial(nth_prime(n+5), nth_prime(5)) for n in (1..30)] # G. C. Greubel, May 29 2019
CROSSREFS
Sequence in context: A077694 A119216 A119236 * A299712 A159402 A093239
KEYWORD
nonn
AUTHOR
Artur Jasinski, Jan 01 2007
EXTENSIONS
Terms a(19) onward added by G. C. Greubel, May 30 2019
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 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)