Skip to main content
edited tags
Link
Michael E2
  • 262.2k
  • 21
  • 371
  • 838
bug header
Source Link
ilian
  • 25.6k
  • 4
  • 119
  • 187

Bug introduced in 7.0 and fixed in 9.0


Mathematica evaluates Sum[((n - y - 1)*(n - y)^2*n^y)/y!, {y, 0, n - 2}] as -2 e^n n. This should not be a negative value. What am I doing wrong?

Mathematica evaluates Sum[((n - y - 1)*(n - y)^2*n^y)/y!, {y, 0, n - 2}] as -2 e^n n. This should not be a negative value. What am I doing wrong?

Bug introduced in 7.0 and fixed in 9.0


Mathematica evaluates Sum[((n - y - 1)*(n - y)^2*n^y)/y!, {y, 0, n - 2}] as -2 e^n n. This should not be a negative value. What am I doing wrong?

edited tags
Link
Sjoerd C. de Vries
  • 66.5k
  • 15
  • 193
  • 339
Source Link
Simd
  • 1.1k
  • 1
  • 7
  • 19
Loading