Data update

This commit is contained in:
Ingy döt Net 2023-09-16 17:28:03 -07:00
parent 5af6d93694
commit 796d366b97
455 changed files with 7413 additions and 1900 deletions

View file

@ -0,0 +1,15 @@
task{
facs 0=|
aritm (0=|+/)facs
comp 2<(facs)
aritms aritm¨15000
'First 100 arithmetic numbers:'
10 10aritms
{
''
'The ',(),'th arithmetic number: ',(aritms[])
ncomps +/comp¨aritms
'Of the first ',(),' arithmetic numbers, ',(ncomps),' are composite.'
}¨10*3 4
}