Pascal's Triangle Generator
Binary 1's
1
1 1
1 1
1 1 1 1
1 1
1 1 1 1
1 1 1 1
1 1 1 1 1 1 1 1
1 1
1 1 1 1
1 1 1 1
1 1 1 1 1 1 1 1
1 1 1 1
1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
Binary 0's
0
0 0 0
0 0
0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0
0 0 0 0 0 0 0 0 0
0 0 0 0 0 0
0 0 0 0 0 0 0
Binary to Decimal
1
3
5
15
17
51
85
255
257
771
1285
3855
4369
13107
21845
65535
Integer Sum
1
2
4
8
16
32
64
128
256
512
1024
2048
4096
8192
16384
32768
https://github.com/MattMcManis/Triangulum/releases
Microsoft .NET Framework 4.6.1
Triangulum is portable and can be run from any location on the computer.
Visual Studio 2015
WPF, C#, XAML
Visual C++ 19.0 Compiler
Thank you for your support.