I'm trying to find out the most divisible numbers using the divisibility rules from 2-12, but i'm getting lost. Is there any online calculator that given a range of numbers(for me would be 2-12) will output the highest divisible numbers?
Edit: Okay, fair enough. I'll explain more about my idea here. The thing is that i'm want to find the 'right' number for a CSS grid system that I'm working on. The http://960.gs is the most famous one. But as you can tell the maximum width for the grid is 960pixel. Which was ok 5 years ago, but nowadays a lot of people have computers with big screen. I want to push forward. Another one is http://1080.gs this one is good too. It is divisible by 2, 3, 4, 5, 6, 8, 10, 12, 15, 20, 24, 30, 40, 60, 120. Those are the numbers that i'm looking for.
For example, how do I which numbers can divide 1008 or 1024..and so on.
I hope this make sense now.