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!)
A250092 a(n) = binomial( prime(n+4), prime(n) ). 0
55, 286, 6188, 50388, 1352078, 67863915, 265182525, 17672631900, 202112640600, 78378960360, 1503232609098, 14844575908435, 647520696018735, 1312251244423350, 57963796707857040, 31074067324187580, 369731787035040, 275291011073898820, 51705423561053205 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Table[Binomial[Prime[x + 4], Prime[x]], {x, 1, 20}]
PROG
(Magma) [Binomial(NthPrime(n+4), NthPrime(n)): n in [1..20]];
CROSSREFS
Cf. similar sequences of the type binomial(prime(n+k),prime(n)): A058077 (k=1), A125550 (k=2), A126993 (k=3), this sequence (k=4), A126994 (k=5).
Sequence in context: A159746 A212408 A350286 * A330382 A140197 A250841
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Nov 12 2014
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.)