Python Forum
Calculating Pandigital Numbers
Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Calculating Pandigital Numbers
#5
(Jan-28-2017, 12:59 AM)Flexico Wrote: I'm searching for the ones that follow the rule of the first digit being divisible by 1, the first two digits being divisible by 2, etc. I forgot that's not included in the definition for "pandigital" heh. The only one in base 10 is 381,654,729 for example.
Do you mean "the second digit being divisible by 2"? Or are you looking at the product? Your example isn't great here.

Have you tried to write a function to test this? Is it non-functional, or simply inefficient? In either case, what example(s) demonstrate the problem?
Reply


Messages In This Thread
Calculating Pandigital Numbers - by Flexico - Jan-27-2017, 08:43 PM
RE: Calculating Pandigital Numbers - by Larz60+ - Jan-27-2017, 09:40 PM
RE: Calculating Pandigital Numbers - by Ofnuts - Jan-27-2017, 11:43 PM
RE: Calculating Pandigital Numbers - by Flexico - Jan-28-2017, 12:59 AM
RE: Calculating Pandigital Numbers - by Ofnuts - Jan-28-2017, 09:42 PM
RE: Calculating Pandigital Numbers - by micseydel - Jan-28-2017, 01:08 AM
RE: Calculating Pandigital Numbers - by Flexico - Jan-28-2017, 02:00 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Print Numbers starting at 1 vertically with separator for output numbers Pleiades 3 3,819 May-09-2019, 12:19 PM
Last Post: Pleiades

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020