Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #17 Aug 13 2024 14:36:06
%S 0,3360,48048,12282816
%N Integer quotients n(n+1)(n+2)...(n+5) / (n+(n+1)+(n+2)+...+(n+5)).
%F a(n) = A032771(A032772(n)). - _Andrew Howroyd_, Apr 18 2021
%t Select[Table[Times@@Range[n,n+5]/Total[Range[n,n+5]],{n,0,100}], IntegerQ] (* _Harvey P. Dale_, May 09 2018 *)
%Y Cf. A032771, A032772.
%K nonn,fini,full
%O 0,2
%A _Patrick De Geest_, May 15 1998