I have found I am getting different values from analog pins 14 and 15 on my arduino mega when compaired to all other analog pins.
I found the problem when building my reprap 3d printer, which uses pins 13, 14 and 15 for temperature measurment. I have also built a simple voltage divider and printed the analog value to serial to test all the analog pins, and 14 and 15 give different values with exactly the same circuit.
Im using a 1k and 10k resistor and a 5v input. If my math is correct this should give me an output voltage of 0.45.
im using code copied from here http://arduino.cc/en/Tutorial/ReadAnalogVoltage.
I reading 0.43 on all but pins 14 and 15, where I get 3.55 and 1.35.