Problem 55040. B-Zuckerman Numbers
Similar to my last problem (B_Harshad Numbers), B-Zuckerman Numbers are numbers that are divisable by the product of their digits when the numbers are written in base-B. Find and output all the B-Zuckerman numbers from an input listing of decimal numbers for a given base-B.
Solution Stats
Problem Comments
-
2 Comments
William
on 13 Jul 2022
In test #1, why are 1, 2, 4 and 8 not considered B-Zuckerman numbers in base-3? For example, 8 is 22 (base-3) and 2*2 = 4.
David Hill
on 13 Jul 2022
You are absolutely correct. My algorithm was incorrect. Problem should now be fixed.
Solution Comments
Show commentsProblem Recent Solvers3
Suggested Problems
-
Remove the small words from a list of words.
1545 Solvers
-
Convert Roman to Arabic Numerals
115 Solvers
-
Back to basics 6 - Column Vector
1085 Solvers
-
187 Solvers
-
Remove entire row and column in the matrix containing the input values
527 Solvers
More from this Author61
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!