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!)
A032777 Floor( n(n+1)(n+2)...(n+7) / (n+(n+1)+(n+2)+...+(n+7)) ). 4

%I #12 Sep 24 2021 15:40:21

%S 0,1120,8247,34892,110880,293505,682787,1441440,2820208,5189184,

%T 9075733,15209677,24576340,38478109,58605120,87115718,126727310,

%U 180818236,253541302,349949600,476135234,639381600,848329835

%N Floor( n(n+1)(n+2)...(n+7) / (n+(n+1)+(n+2)+...+(n+7)) ).

%H Harvey P. Dale, <a href="/A032777/b032777.txt">Table of n, a(n) for n = 0..1000</a>

%t With[{c=n+Range[0,7]},Table[Floor[Times@@c/Total[c]],{n,0,30}]] (* _Harvey P. Dale_, Sep 24 2021 *)

%Y Cf. A032778, A032779.

%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 August 30 12:14 EDT 2024. Contains 375543 sequences. (Running on oeis4.)