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!)
A126997 a(n) = binomial(prime(4+n), prime(4)). 6
1, 330, 1716, 19448, 50388, 245157, 1560780, 2629575, 10295472, 22481940, 32224114, 62891499, 154143080, 341149446, 436270780, 869648208, 1329890705, 1629348612, 2898753715, 4151918628, 6890268572, 12846240784, 17199613200, 19813501785, 26075972546, 29796772356, 38620298376 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
Table[Binomial[Prime[n + 4], Prime[4]], {n, 1, 30}]
PROG
(Magma) [Binomial(NthPrime(n+4), 7): n in [1..30]]; // Vincenzo Librandi, May 21 2019
(PARI) vector(30, n, binomial(prime(n+4), prime(4)) ) \\ G. C. Greubel, May 29 2019
(Sage) [binomial(nth_prime(n+4), 7) for n in (1..30)] # G. C. Greubel, May 29 2019
CROSSREFS
Sequence in context: A117345 A237189 A064262 * A205993 A027807 A104476
KEYWORD
nonn
AUTHOR
Artur Jasinski, Jan 01 2007
EXTENSIONS
Terms a(24) 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 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)