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!)
A072919 a(n) = p(n) - binomial(2n,n), where p(n) is the least prime greater than binomial(2n,n). 0
1, 1, 3, 1, 5, 5, 1, 19, 3, 21, 5, 1, 3, 7, 31, 43, 61, 17, 1, 101, 59, 1, 11, 11, 5, 13, 57, 73, 73, 39, 65, 127, 73, 29, 121, 97, 51, 1, 51, 9, 191, 227, 37, 107, 109, 1, 223, 317, 23, 37, 35, 185, 139, 13, 5, 55, 65, 19, 121, 313, 61, 1, 227, 43, 223, 91, 197, 1, 151, 7, 23 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
a[n_] := Module[{r, p}, p = Binomial[2n, n]; r = p + 1; While[ ! PrimeQ[r], r = r + 1]; r - p]; Table[a[i], {i, 1, 100}]
CROSSREFS
Sequence in context: A344725 A209560 A211977 * A273171 A244420 A274513
KEYWORD
easy,nonn
AUTHOR
Joseph L. Pe, Aug 11 2002
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 24 19:31 EDT 2024. Contains 371962 sequences. (Running on oeis4.)