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!)
A261726 a(n) = binomial(prime(n+1)-1, prime(n)-1). 1
2, 6, 15, 210, 66, 1820, 153, 7315, 376740, 435, 1947792, 91390, 861, 163185, 20358520, 40475358, 1770, 90858768, 916895, 2556, 256851595, 1749060, 541931236, 132601016340, 3921225, 5151, 4967690, 5778, 6210820, 1378095785451705375, 11358880, 7858539612 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = binomial(prime(n+1)-1, prime(n)-1).
EXAMPLE
For n = 2, a(n) = binomial(prime(n+1)-1, prime(n)-1) = binomial(4,2) = 6.
MATHEMATICA
Binomial[#[[2]]-1, #[[1]]-1]&/@Partition[Prime[Range[40]], 2, 1] (* Harvey P. Dale, Apr 01 2021 *)
PROG
(PARI) a(n) = binomial(prime(n+1)-1, prime(n)-1);
vector(35, n, a(n))
CROSSREFS
Sequence in context: A078328 A038111 A356803 * A302775 A181993 A123475
KEYWORD
nonn,easy
AUTHOR
Altug Alkan, Sep 14 2015
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 07:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)