N is both a a palindrome and a sum of eleven consecutive positive integers.
How many possible values for N exist below 80,000?
Please provide the lowest and the highest samples.
(In reply to
Simplifying the question by Steve Herman)
Checking every 11th number from 66 and up (not over 79992) for "palindromality" would definitely cause a simpler program, but who cares about runtime?