Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shuttle1987/number-pyramid
Investigation of an interesting mathematical problem
https://github.com/shuttle1987/number-pyramid
Last synced: 2 days ago
JSON representation
Investigation of an interesting mathematical problem
- Host: GitHub
- URL: https://github.com/shuttle1987/number-pyramid
- Owner: shuttle1987
- License: agpl-3.0
- Created: 2020-04-29T01:18:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-29T07:20:37.000Z (over 4 years ago)
- Last Synced: 2024-11-17T13:49:54.652Z (2 months ago)
- Language: Python
- Homepage: https://www.lesinskis.com/number-pyramid-problem.html
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# number-pyramid
This repository contains some code to answer this question I was asked:```
Tori has a maths problem none of us can solve. You start with 6 numbers-1,2,5,6,7,11 add each
consecutive number together to form the row above-do that with the next row until you form a
triangle with 200 at the peak. Can Janis solve it for us.Example
167
70 97
28 42 55
10 18 24 31
3 7 11 13 18
1 2 5 6 7 11
```See the blog post https://www.lesinskis.com/number-pyramid-problem.html for more information.