login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A032783 Integer quotients n(n+1)(n+2)...(n+9) / (n+(n+1)+(n+2)+...+(n+9)). 2

%I #8 Sep 02 2016 18:09:32

%S 0,3193344,103783680,1176215040,13408851456,136060404480,296673062400,

%T 2928232581120,28584078082560,298481033410560,2882675347808256,

%U 6212485673222400,59824429481456640,575403307935456000

%N Integer quotients n(n+1)(n+2)...(n+9) / (n+(n+1)+(n+2)+...+(n+9)).

%t Select[Table[Times@@Range[n,n+9]/Total[Range[n,n+9]],{n,0,150}], IntegerQ] (* _Harvey P. Dale_, Sep 02 2016 *)

%Y Cf. A032781, A032782.

%K nonn

%O 0,2

%A _Patrick De Geest_, May 15 1998

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 17:20 EDT 2024. Contains 371962 sequences. (Running on oeis4.)