cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A053429 Numbers n such that Catalan(n)+1 is prime.

This page as a plain text file.
%I A053429 #22 Apr 27 2021 06:16:36
%S A053429 0,1,2,5,11,25,69,86,90,95,104,145,203,215,227,291,309,322,337,407,
%T A053429 480,792,823,919,1001,1159,2226,2743,2822,4250,8077,8109,16024,17422,
%U A053429 23941,25212,25379,28753,30510,31748,33613,45622
%N A053429 Numbers n such that Catalan(n)+1 is prime.
%C A053429 Primality up to Catalan(4250)+1 proved by PrimeForm.
%C A053429 The next term, if it exists, is > 50000. - _Vaclav Kotesovec_, Apr 27 2021
%e A053429 Catalan(25)+1 = 50!/25!/26!+1 = 4861946401453 is prime.
%t A053429 Reap[ Do[ If[ PrimeQ[ CatalanNumber[n] + 1], Print[n]; Sow[n]], {n, 0, 10^4}]][[2, 1]] (* _Jean-François Alcover_, Feb 02 2015 *)
%t A053429 Select[Range[0,29000],PrimeQ[CatalanNumber[#]+1]&] (* _Harvey P. Dale_, Apr 14 2019 *)
%o A053429 (PARI) is(n)=ispseudoprime(binomial(2*n, n)/(n+1)-1) \\ _Charles R Greathouse IV_, Jan 03 2014
%o A053429 (PFGW) ABC2 C(2*$a, $a)/($a+1)+1
%o A053429 a: from 0 to 100000
%o A053429 _Charles R Greathouse IV_, Jan 03 2014
%Y A053429 Cf. A000108, A053427.
%K A053429 nonn
%O A053429 1,3
%A A053429 _David Broadhurst_, Jan 10 2000
%E A053429 a(31)-a(38) from _Charles R Greathouse IV_, Jan 04 2014
%E A053429 a(39)-a(41) from _Vaclav Kotesovec_, Apr 20 2021
%E A053429 a(42) from _Vaclav Kotesovec_, Apr 26 2021