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!)
A359292 a(n) = least prime > binomial(2n, n). 2
2, 3, 7, 23, 71, 257, 929, 3433, 12889, 48623, 184777, 705437, 2704157, 10400603, 40116607, 155117551, 601080433, 2333606281, 9075135317, 35345263801, 137846528921, 538257874499, 2104098963721, 8233430727611, 32247603683111, 126410606437757, 495918532948117 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
MATHEMATICA
z = 70;
t = Table[Binomial[2 n, n], {n, 1, z}];
NextPrime[t]
PROG
(PARI) a(n) = nextprime(binomial(2*n, n)+1); \\ Michel Marcus, Dec 24 2022
CROSSREFS
Sequence in context: A084710 A088173 A129739 * A163834 A335366 A002386
KEYWORD
nonn
AUTHOR
Clark Kimberling, Dec 24 2022
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 September 13 19:49 EDT 2024. Contains 375910 sequences. (Running on oeis4.)