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!)
A120276 Prime numbers p such that p divides the sum of squares of Catalan numbers A094639(p). 0

%I #9 Sep 16 2015 09:18:32

%S 2,19,29,67

%N Prime numbers p such that p divides the sum of squares of Catalan numbers A094639(p).

%C Next term is bigger than 2000. - _Stefan Steinerberger_, Jul 21 2006

%t Select[Prime[Range[303]], IntegerQ[Sum[(Binomial[2n,n]/(n + 1))^2, {n, 0, #}]/# ] &] (* _Stefan Steinerberger_, Jul 21 2006 *)

%Y Cf. A094639.

%K nonn

%O 1,1

%A _Alexander Adamchuk_, Jul 04 2006

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 July 5 03:18 EDT 2024. Contains 374017 sequences. (Running on oeis4.)