(if u are perfect in java)Need a java program code to compute sum of following series...

(-x!/10) + ((x+2)!/15) + ((x=3)!/20) + … + ((x+n!)/m)
what is the code for this problem???