GCD of the numbers binomial(4*prime(n), 4*k) for k = 1..prime(n)-1.
70, 495, 4845, 4095, 19393, 7735, 1139, 256595, 6141, 3277, 852841, 18907, 20049, 1677, 47, 11183, 13747, 1455399, 5963, 5646133, 120377, 3882139, 27473, 31417, 18721, 40501, 5771399, 107, 47197, 50737, 1651, 35695273, 74939, 38503, 1502069, 90751, 245705, 815
1
It is not clear what the formula is for the highest points in this graph.
T. D. Noe, Plot of 1000 terms
T. D. Noe, Table of 1000 terms
Carl McTague, On the greatest common divisor of binomial(qn,q), binomial(qn,2q),..., binomial(qn,qn-q), arXix 1510.06696 (Oct 22 2015).
(Mma) Table[GCD @@ Table[Binomial[4*n, 4*k], {k, n - 1}], {n, Prime[Range[100]]}]
nonn
T. D. Noe, Oct 27 2015