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.

A125241 Numbers k such that binomial(4k, k) + 1 is prime.

This page as a plain text file.
%I A125241 #14 Jun 02 2025 07:43:17
%S A125241 0,1,2,6,10,11,19,28,80,123,141,147,154,198,200,346,851,887,1038,1329,
%T A125241 2045,3228,3274,3588,6794,8045,11911,12184,12327,12515,20089,38173,
%U A125241 41026,48914,71772,72130,100726
%N A125241 Numbers k such that binomial(4k, k) + 1 is prime.
%t A125241 Do[f=Binomial[4n, n]+1; If[PrimeQ[f], Print[n]], {n, 1, 1000}]
%t A125241 Select[Range[8100],PrimeQ[Binomial[4#,#]+1]&] (* _Harvey P. Dale_, Aug 24 2014 *)
%Y A125241 Cf. A125240 = numbers n such that binomial(4n, n) - 1 is prime. Cf. A066699 = numbers n such that binomial(2n, n) + 1 is prime. Cf. A066726 = numbers n such that binomial(2n, n) - 1 is prime. Cf. A125220, A125221, A125242, A125243, A125244, A125245.
%K A125241 hard,more,nonn
%O A125241 1,3
%A A125241 _Alexander Adamchuk_, Nov 25 2006
%E A125241 More terms from _Ryan Propper_, Mar 28 2007
%E A125241 a(1)=0 added by _Robert Price_, May 01 2019
%E A125241 a(27)-a(34) from _Robert Price_, May 01 2019
%E A125241 a(35)-a(37) from _Georg Grasegger_, Jun 02 2025