Tripartite Palindromic Partition of Integer (HP 50g) Challenge
|
03-26-2023, 08:40 AM
(This post was last modified: 03-26-2023 09:04 AM by Gerald H.)
Post: #88
|
|||
|
|||
RE: Tripartite Palindromic Partition of Integer (HP 50g) Challenge
Further to posting # 76, towards the end of ALGO5 there is this segment
IF dn d3 - 10 MOD THEN p1 1 1 PUT p1 n 1 PUT d2 DUP p1 2 ROT PUT SWAP p1 n 1 - ROT PUT ADD ADD ADD 'p1' STO d3 1 - DUP p2 3 ROT PUT SWAP p2 n ROT PUT ADD 'p2' STO dn d3 - 10 MOD DUP p3 4 ROT PUT SWAP p3 n ROT PUT ADD 'p3' STO ELSE p1 1 1 PUT p1 n 1 PUT d2 DUP p1 2 ROT PUT SWAP p1 n 1 - ROT PUT ADD ADD ADD 'p1' STO d3 2 - DUP p2 3 ROT PUT SWAP p2 n ROT PUT ADD 'p2' STO p3 4 1 PUT p3 n 1 PUT ADD 'p3' STO END the bold part of which is never visited. Can you, 2old2randr, or anybody else construct a number using this branch? My own variant of ALGO5 is Code: CKSUM # 40685d |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)