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

 

Logo

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 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A032782 Numbers k such that k(k+1)(k+2)...(k+9) / (k+(k+1)+(k+2)+...+(k+9)) is an integer. 2

%I #22 Jul 14 2018 02:48:16

%S 0,3,6,9,13,18,20,27,36,48,63,69,90,117,118,153,198,216,279,360,363,

%T 468,603,657,846,1098,1413,1818,1980,2547,3303,4248,5949,9918,12753,

%U 17856,29763,89298

%N Numbers k such that k(k+1)(k+2)...(k+9) / (k+(k+1)+(k+2)+...+(k+9)) is an integer.

%C (d-9)/2 for divisors d >= 9 of 178605. Thus the sequence is finite. - _Robert Israel_, Jul 13 2018

%p seq((t-9)/2, t=select(`>=`,numtheory:-divisors(178605),9)); # _Robert Israel_, Jul 13 2018

%t Select[Range[0,10^5],IntegerQ[(Times@@(#+Range[0,9]))/(10#+45)]&](* _Harvey P. Dale_, Mar 18 2015 *)

%Y Cf. A032781, A032783.

%K nonn,fini,full

%O 1,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 December 7 03:04 EST 2023. Contains 367622 sequences. (Running on oeis4.)