The reason for your problem is the inappropriate use of Integer, restricted to16 bit (=32767). In fact, two of your Integers exceed this value.Use Long instead of Integer.