Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -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) ) ) ) )
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
(let Ones 0
|
||||
(for I 100000000
|
||||
(and (=1 (1or89 I)) (inc 'Ones)) )
|
||||
(println (- 100000000 Ones)) )
|
||||
Loading…
Add table
Add a link
Reference in a new issue