OFFSET
0,5
COMMENTS
The first squarefree binomial coefficient in every row is at position 0. Sequence A048279 lists the rows n for which a(n) = 0.
LINKS
T. D. Noe, Table of n, a(n) for n = 0..10000
MATHEMATICA
Table[Position[Binomial[n, Range[0, n/2]], _?(SquareFreeQ[#] &)][[-1, 1]] - 1, {n, 0, 100}]
CROSSREFS
KEYWORD
nonn
AUTHOR
T. D. Noe, Mar 06 2014
STATUS
approved