cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A032773 Integer quotients n(n+1)(n+2)...(n+5) / (n+(n+1)+(n+2)+...+(n+5)).

This page as a plain text file.
%I A032773 #17 Aug 13 2024 14:36:06
%S A032773 0,3360,48048,12282816
%N A032773 Integer quotients n(n+1)(n+2)...(n+5) / (n+(n+1)+(n+2)+...+(n+5)).
%F A032773 a(n) = A032771(A032772(n)). - _Andrew Howroyd_, Apr 18 2021
%t A032773 Select[Table[Times@@Range[n,n+5]/Total[Range[n,n+5]],{n,0,100}], IntegerQ] (* _Harvey P. Dale_, May 09 2018 *)
%Y A032773 Cf. A032771, A032772.
%K A032773 nonn,fini,full
%O A032773 0,2
%A A032773 _Patrick De Geest_, May 15 1998