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!)
A126993 a(n) = binomial(prime(n+3), prime(n)). 7
21, 165, 1287, 19448, 75582, 1144066, 51895935, 141120525, 6107086800, 7898654920, 15338678264, 5178066751, 266783135710, 109712808959985, 22512762077400, 97862516286480, 12802736917880, 18385569737808 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Table[Binomial[Prime[n+3], Prime[n]], {x, 1, 20}]
PROG
(PARI) vector(20, n, binomial(prime(n+3), prime(n))) \\ G. C. Greubel, May 29 2019
(Magma) [Binomial(NthPrime(n+3), NthPrime(n)): n in [1..20]]; // G. C. Greubel, May 29 2019
(Sage) [binomial(nth_prime(n+3), nth_prime(n)) for n in (1..20)] # G. C. Greubel, May 29 2019
CROSSREFS
Sequence in context: A242191 A146301 A338891 * A332944 A022681 A266733
KEYWORD
nonn
AUTHOR
Artur Jasinski, Jan 01 2007
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 July 17 02:40 EDT 2024. Contains 374360 sequences. (Running on oeis4.)