A partition can be defined as a way of writing a positive integer as a sum of positive integers, where the order of the numbers in the sum doesn't matter.
For example; the number of partitions of 3 is 3 namely:
Similarly, the number of partitions increases with the number. Here are the partitions of the first 6 numbers:
What is the approximate number of partitions of 100 ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
This is a straight application of the Hardy-Ramanujan formula :
Let the number of partitions be p ( n ) , then : p ( n ) ≈ 4 n 3 1 exp ( π 3 2 n )
Inputting n = 1 0 0 will result in 1 9 0 , 2 8 0 , 8 9 3 ≈ 2 0 0 , 0 0 0 , 0 0 0
Note: exp ( x ) = e x