Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
A094576
Numbers n with property that binomial (2n, n) / (n-2) is an integer.
2
3, 4, 5, 6, 8, 14, 17, 20, 22, 26, 30, 42, 44, 47, 68, 74, 79, 86, 90, 93, 101, 106, 112, 122, 128, 142, 155, 158, 172, 189, 192, 200, 206, 211, 212, 218, 222, 230, 233, 240, 242, 268, 275, 278, 301, 306, 310, 314, 317, 324, 327, 332, 338, 344, 347, 370, 380, 416
OFFSET
1,1
MATHEMATICA
Select[ Range[421], Mod[Binomial[2#, # ], (# - 2)] == 0 &]
CROSSREFS
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, May 11 2004
STATUS
approved