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.

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

Original entry on oeis.org

2, 19, 29, 67
Offset: 1

Views

Author

Alexander Adamchuk, Jul 04 2006

Keywords

Comments

Next term is bigger than 2000. - Stefan Steinerberger, Jul 21 2006

Crossrefs

Cf. A094639.

Programs

  • Mathematica
    Select[Prime[Range[303]], IntegerQ[Sum[(Binomial[2n,n]/(n + 1))^2, {n, 0, #}]/# ] &] (* Stefan Steinerberger, Jul 21 2006 *)