Data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 7387c8f97b
commit cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions

View file

@ -0,0 +1,2 @@
{[n;k]_(*/(k-1)_1+!n)%(*/1+!k)} . 5 3
10

View file

@ -0,0 +1,2 @@
{[n;k]i:!(k-1);_*/((n-i)%(i+1))} . 5 3
10

View file

@ -0,0 +1,11 @@
pascal:{x{+':0,x,0}\1}
pascal 5
(1
1 1
1 2 1
1 3 3 1
1 4 6 4 1
1 5 10 10 5 1)
{[n;k](pascal n)[n;k]} . 5 3
10