OFFSET
1,1
COMMENTS
For p odd, this is the number of p-element subsets of {1, 2, ..., 2p} whose sum is divisible by p.
REFERENCES
R. Honsberger, Mathematical Chestnuts from Around the World, MAA, 2001; see p. 220-223.
LINKS
StackExchange, Easy number theory problem, Mar 25 2018
MATHEMATICA
(1/# (Binomial[2#, #]+2(#-1)))&/@Prime[Range[30]] (* Harvey P. Dale, Oct 22 2011 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jul 23 2008
STATUS
approved