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.
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
Keywords
Links
- Chai Wah Wu, Table of n, a(n) for n = 1..10000
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