Playing with Primes

From PeformIQ Upgrade
Revision as of 07:37, 30 March 2009 by PeterHarding (talk | contribs) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Product of Adjacent Primes which are Palindromes

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

The Code