rename statics/euler and sync b93 code with main repo
This commit is contained in:
14
www/statics/euler/Euler_Problem-078_description.md
Normal file
14
www/statics/euler/Euler_Problem-078_description.md
Normal file
@@ -0,0 +1,14 @@
|
||||
Let `p(n)` represent the number of different ways in which n coins can be separated into piles.
|
||||
For example, five coins can be separated into piles in exactly seven different ways, so `p(5)=7`.
|
||||
|
||||
~~~
|
||||
OOOOO
|
||||
OOOO O
|
||||
OOO OO
|
||||
OOO O O
|
||||
OO OO O
|
||||
OO O O O
|
||||
O O O O O
|
||||
~~~
|
||||
|
||||
Find the least value of n for which p(n) is divisible by one million.
|
||||
Reference in New Issue
Block a user