NSLOOKUP and NBLOOKUP give one IP address; PING finds another
Solution 1:
Nslookup and Nblookup both obtain their data directly from the servers, while ping goes through local resources first, hosts file, DNS cache, then DNS lookup (I may have skipped a step) so if it finds an answer there first, that's what sticks.