Choose a number, reverse its digits and add it to the original. If the sum is not a palindrome, repeat this procedure. Here you can find a C# solution for this CodeEval algorithm.
Predict the number that exists in the N-th position in a given sequence of integers (codeeval challenge). Here you will find a C# implementation of this algorithm.