Problem 571
Forum rules
As your posts will be visible to the general public you are requested to be thoughtful in not posting anything that might explicitly give away how to solve a particular problem.
This forum is NOT meant to discuss solution methods for a problem.
See also the topics:
Don't post any spoilers
Comments, questions and clarifications about PE problems.
As your posts will be visible to the general public you are requested to be thoughtful in not posting anything that might explicitly give away how to solve a particular problem.
This forum is NOT meant to discuss solution methods for a problem.
In particular don't post any code fragments or results.
Don't start begging others to give partial answers to problems
Don't ask for hints how to solve a problem
Don't start a new topic for a problem if there already exists one
Don't start begging others to give partial answers to problems
Don't ask for hints how to solve a problem
Don't start a new topic for a problem if there already exists one
See also the topics:
Don't post any spoilers
Comments, questions and clarifications about PE problems.
- Oliver1978
- Posts: 166
- Joined: Sat Nov 22, 2014 9:13 pm
- Location: Erfurt, Germany
Problem 571
I've read and re-read the description of no. 571 again and again. Also I've made up a little programme which helped me find the smallest n-super-pandigital numbers for 2 <= n <= 10. I also get the results proposed in the description, but the sum of them [2..10] is something completely different. In my case the sum ends with ...621.
For n = 7 I get 16...3 as smallest number, as an example.
Could anyone verify, and possibly contact me through PM? (To those who've already solved this problem!)
For n = 7 I get 16...3 as smallest number, as an example.
Could anyone verify, and possibly contact me through PM? (To those who've already solved this problem!)
49.157.5694.1125
-
DJohn
- Posts: 90
- Joined: Sat Oct 11, 2008 12:24 pm
Re: Problem 571
You're adding the smallest super-pandigital number for each base from 2 to 10 (or 12). That's not what the question is asking for. In each base, there are many super-pandigital numbers (I suspect infinitely many). You want the smallest ten, all in the same base (10 for the example, 12 for the problem).
- Oliver1978
- Posts: 166
- Joined: Sat Nov 22, 2014 9:13 pm
- Location: Erfurt, Germany
Re: Problem 571
49.157.5694.1125
- Oliver1978
- Posts: 166
- Joined: Sat Nov 22, 2014 9:13 pm
- Location: Erfurt, Germany
-
ignat_s
- Posts: 8
- Joined: Sun Jul 01, 2012 1:16 am
Re: Problem 571
Another sloppily stated problem. Where is the high standard of clarity, the Project Euler problems used to have?
It should be mentioned that zeros in the highest position do not count.
Also that you need the result in base 10. It is highly non-obvious, given that you are talking about base n all around.
It should be mentioned that zeros in the highest position do not count.
Also that you need the result in base 10. It is highly non-obvious, given that you are talking about base n all around.

- hk
- Administrator
- Posts: 12832
- Joined: Sun Mar 26, 2006 10:34 am
- Location: Haren, Netherlands
Re: Problem 571
As far as I know leading zeroes are not allowed on Project Euler since the beginning.
In case of doubt, from "The sum of the 10 smallest 10-super-pandigital numbers is 20319792309." you can deduce that the answer should be given in base 10. (just try the computed answer and you will see).
So I think the high standard of clarity is still present.
Please save us your unjustified criticism.
Don't think that if we changed one wording all your criticism is justified.
In case of doubt, from "The sum of the 10 smallest 10-super-pandigital numbers is 20319792309." you can deduce that the answer should be given in base 10. (just try the computed answer and you will see).
So I think the high standard of clarity is still present.
Please save us your unjustified criticism.
Don't think that if we changed one wording all your criticism is justified.

War ruins the life and health of untold numbers of innocent children.
- dawghaus4
- Posts: 56
- Joined: Fri Nov 29, 2013 2:22 am
Re: Problem 571
I don't recall ever having a problem with wether or not leading zeros should be considered; normal usage seems to prevail. I do not know how many times leading zeros have occurred, but problem 358 is an example of one such problem. Here is a quote from the problem: "Note that for cyclic numbers, leading zeros are important."hk wrote:As far as I know leading zeroes are not allowed on Project Euler since the beginning.
In case of doubt, from "The sum of the 10 smallest 10-super-pandigital numbers is 20319792309." you can deduce that the answer should be given in base 10. (just try the computed answer and you will see).
So I think the high standard of clarity is still present.
Please save us your unjustified criticism.
Don't think that if we changed one wording all your criticism is justified.
Thanks for all the time and effort y'all give to Project Euler; it is great fun for a 70-year old, who wanted to learn C++.
- hk
- Administrator
- Posts: 12832
- Joined: Sun Mar 26, 2006 10:34 am
- Location: Haren, Netherlands
Re: Problem 571
Thanks for the nice words.
Actually, I should have written:
"Leading zeroes are not allowed, unless stated otherwise."
Actually, I should have written:
"Leading zeroes are not allowed, unless stated otherwise."

War ruins the life and health of untold numbers of innocent children.
-
Ellenion
- Posts: 16
- Joined: Fri Jul 14, 2017 11:09 pm
Problem 571
A n-super-pandigital number is a number that is simultaneously pandigital in all bases from 2 to n inclusively. However, I don't know if a number can be a pandigital in base i if it has a leading zero.
Can a number in base i have a leading zero?
EDIT: I'm thinking that leading zeroes aren't allowed. Am I right?
Can a number in base i have a leading zero?
EDIT: I'm thinking that leading zeroes aren't allowed. Am I right?

- hk
- Administrator
- Posts: 12832
- Joined: Sun Mar 26, 2006 10:34 am
- Location: Haren, Netherlands
Re: Problem 571
I moved this to the correct forum and merged it with the existing thread.
Unless otherwise stated numbers on Project Euler don't have leading zeroes, regardless of the base.
Unless otherwise stated numbers on Project Euler don't have leading zeroes, regardless of the base.

War ruins the life and health of untold numbers of innocent children.