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,9 @@
(de *Idx1or89 (89 . 89) ((1 . 1)))
(de 1or89 (N)
(let L (mapcar format (chop N))
(if (lup *Idx1or89 (setq N (sum * L L)))
(cdr @)
(prog1
(1or89 N)
(idx '*Idx1or89 (cons N @) T) ) ) ) )

View file

@ -0,0 +1,4 @@
(let Ones 0
(for I 100000000
(and (=1 (1or89 I)) (inc 'Ones)) )
(println (- 100000000 Ones)) )