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!)
A126996 a(n) = binomial(prime(3+n), prime(3)). 6
1, 21, 462, 1287, 6188, 11628, 33649, 118755, 169911, 435897, 749398, 962598, 1533939, 2869685, 5006386, 5949147, 9657648, 13019909, 15020334, 22537515, 29034396, 41507642, 64446024, 79208745, 87541245, 106308566, 116828271, 140364532, 254231775 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
Table[Binomial[Prime[n + 3], Prime[3]], {n, 0, 30}]
Binomial[Prime[Range[3, 40]], 5] (* Harvey P. Dale, Mar 20 2021 *)
PROG
(Magma) [Binomial(NthPrime(n+3), 5): n in [0..30]]; // Vincenzo Librandi, May 21 2019
(PARI) vector(30, n, binomial(prime(n+3), 5)) \\ G. C. Greubel, May 29 2019
(Sage) [binomial(nth_prime(n+3), 5) for n in (1..30)] # G. C. Greubel, May 29 2019
CROSSREFS
Sequence in context: A219419 A157014 A076552 * A158603 A307600 A025603
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 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)