Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.