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.

A120622 Numbers k such that the k-th Catalan number C(2k, k)/(k + 1) is divisible by k/2 but not divisible by k.

Original entry on oeis.org

4, 24, 40, 72, 304, 480, 560, 1032, 1248, 1376, 1440, 1632, 1696, 2128, 2320, 2400, 2576, 2720, 3360, 3520, 4104, 4176, 4240, 4320, 4368, 4704, 4896, 5056, 5280, 5568, 5664, 5824, 6160, 6240, 6592, 6848, 6976, 7200, 7360, 7744, 8064, 8200, 8240, 8272
Offset: 1

Views

Author

Robert G. Wilson v, Jun 19 2006

Keywords

Crossrefs

Programs

  • Mathematica
    fQ[n_] := fQ[n_] := IntegerQ[ Binomial[2n, n]/(n(n + 1)/2)] && !IntegerQ[ Binomial[2n, n]/n]; Select[ Range@8719, fQ@# &]

Extensions

Better description from Joel B. Lewis, Nov 15 2006