In mathematics a harshad number (or Niven number) in a given number base is an integer that is divisible by the sum of its digits when written in that base.
Example: 2023 is a harshad number because 2023 / (2+0+2+3) = 289
Assume all numbers in this problem are in 10 base
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers19
Suggested Problems
-
Project Euler: Problem 6, Natural numbers, squares and sums.
2540 Solvers
-
610 Solvers
-
Return fibonacci sequence do not use loop and condition
855 Solvers
-
2496 Solvers
-
Find the minimum of the column-maximums of a matrix
631 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
This problem looks like a subset of #55035 - B-Harshad Numbers