Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,12 @@
|
|||
require'format/printf'
|
||||
{{echo '10^%d: %d' sprintf y;p:inv 10^y}}"0 i.10
|
||||
10^0: 0
|
||||
10^1: 4
|
||||
10^2: 25
|
||||
10^3: 168
|
||||
10^4: 1229
|
||||
10^5: 9592
|
||||
10^6: 78498
|
||||
10^7: 664579
|
||||
10^8: 5761455
|
||||
10^9: 50847534
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
(1&p: + p:inv) 10
|
||||
4
|
||||
(1&p: + p:inv) 11
|
||||
5
|
||||
Loading…
Add table
Add a link
Reference in a new issue