#021 · Largest Pandigital Prime · math · hard · python

مشاهده راه‌حل در GitHub



    We shall say that an n-digit number is pandigital, if it makes use of all the 
    digits 1 to n exactly once! For Example, 2143 is a 4-digits pandigital and is
    also prime!
    What is the largest n-digits pandigital prime number exists?