A032770 Integer quotients of n(n + 1)(n + 2)(n + 3)(n + 4) / (n+(n+1)+(n+2)+(n+3)+(n+4)).
0, 8, 36, 224, 432, 756, 1232, 2808, 4004, 5544, 7488, 12852, 16416, 20672, 25704, 38456, 46368, 55440, 65780, 90720, 105560, 122148, 140616, 183744, 208692, 236096, 266112, 334628, 373464, 415584, 461168, 563472, 620576, 681912, 747684
Offset: 0
Keywords
Programs
-
Mathematica
Select[Times@@(Range[0,4]+#)/Total[Range[0,4]+#]&/@ Range[0,60],IntegerQ] (* Harvey P. Dale, Mar 17 2011 *)
Comments