Numbers n such that binomial(2n,n) is fourth-power free.
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 24, 25, 26, 28, 32, 33, 34, 35, 36, 37, 38, 40, 42, 48, 49, 52, 56, 64, 65, 66, 67, 69, 70, 72, 73, 74, 76, 81, 82, 84, 88, 96, 97, 98, 100, 104, 112, 129, 130, 136, 137, 138, 144, 145
1
The paper by Sander deals only with the square-free case.
T. D. Noe, Plot of 247 terms
T. D. Noe, Table of 247 terms
J. W. Sander, A story of binomial coefficients and primes, Amer. Math. Monthly 102 (1995), 802-807.
(Mma) t = Table[f = FactorInteger[Binomial[2*n, n]]; s = Select[f, #[[2]] > 3 &]; If[s == {}, 0, s[[-1, 1]]], {n, 1000}]; Flatten[Position[t, 0]]
Cf. A110495 (cube-free), S001083 (fifth-power free).
nonn,fini
T. D. Noe, Apr 06 2018