A088294 Primes in which the digit string can be partitioned into three parts such that third (least significant) part is the product of the first two.
199, 313, 919, 7321, 7963, 11717, 11777, 12323, 13339, 14747, 15959, 16363, 17117, 17351, 18181, 18787, 21121, 23369, 27127, 29129, 29387, 31393, 31751, 31957, 32369, 32987, 39139, 41141, 47147, 51151, 59159, 71171, 81181, 87187, 89189
Offset: 1
Examples
17351 is a member as it can be partitioned as (17, 3, 51) and 17*3 = 51.
Extensions
More terms from David Wasserman, Aug 04 2005
Offset changed to 1 by Michel Marcus, Jan 08 2017
Comments