Difference between revisions of "Playing with Primes"

From PeformIQ Upgrade
Jump to navigation Jump to search
(New page: =Product of Adjacent Primes which are Palindromes= <pre> 2 * 3 = 6 7 * 11 = 77 17 * 19 = 323 191 * 193 = 36863 1051 * 1061 = 111...)
(No difference)

Revision as of 07:37, 30 March 2009

Product of Adjacent Primes which are Palindromes

    2 *     3 =          6
    7 *    11 =         77
   17 *    19 =        323
  191 *   193 =      36863
 1051 *  1061 =    1115111

The Code