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!)
A032787 Numbers k such that k(k+1)(k+2)...(k+17) / (k+(k+1)+(k+2)+ ... +(k+17)) is an integer. 1
0, 2, 4, 5, 8, 9, 11, 14, 16, 17, 19, 23, 24, 29, 30, 32, 34, 37, 41, 44, 50, 51, 52, 54, 59, 63, 65, 68, 74, 76, 79, 85, 86, 89, 102, 104, 107, 113, 114, 119, 128, 129, 136, 140, 149, 154, 167, 170, 173, 179, 184, 194, 204, 206, 212, 219, 221, 239, 245, 254 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
(d-17)/2 where d >= 17 divides 131939107925625. In particular, the sequence is finite. - Robert Israel, Jul 13 2018
LINKS
MAPLE
sort([seq((t-17)/2, t=select(`>=`, numtheory:-divisors(131939107925625), 17))]); # Robert Israel, Jul 13 2018
MATHEMATICA
Select[Range[0, 300], IntegerQ[Times@@Range[#, #+17]/Total[Range[#, #+17]]]&] (* Harvey P. Dale, Sep 02 2016 *)
CROSSREFS
Sequence in context: A289008 A080148 A241572 * A067366 A326774 A334265
KEYWORD
nonn,fini,full
AUTHOR
Patrick De Geest, May 15 1998
EXTENSIONS
Definition corrected by Harvey P. Dale, Sep 02 2016
STATUS
approved

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 24 15:30 EDT 2024. Contains 375417 sequences. (Running on oeis4.)