Talk:Numbers with prime digits whose sum is 13: Difference between revisions

Content added Content deleted
Line 1:
==Nice recursive solution==
Starting with a set N containing the set of prime digits 2,3,4,5,7:
# add each digit in the set of prime numbers to each digit in N (giving 22,23,..,75,77 first time)
# add any numbers whose digit sum is 13 to the sequence;