(49G) OEIS A084545: Counting Base 5 without Zero +- HP Forums (http://www.hpmuseum.org/forum) +-- Forum: HP Software Libraries (/forum-10.html) +--- Forum: General Software Library (/forum-13.html) +--- Thread: (49G) OEIS A084545: Counting Base 5 without Zero (/thread-8947.html) |
(49G) OEIS A084545: Counting Base 5 without Zero - Gerald H - 09-01-2017 10:57 AM For integer input N the programme returns the Nth element of the sequence https://oeis.org/A084545 NB The description below uses the expression eg Z4_ for ZINT 4. The two are however NOT the same, Z4_ having 2.5 Bytes & ZINT 4 having 6 Bytes. Code: :: RE: (49G) OEIS A084545: Counting Base 5 without Zero - Joe Horn - 09-01-2017 06:09 PM If you use the standard HP extable library and 50g's built-in assembler, you can use Gerald's source code if you add the following lines to the very beginning: Code: EQU Z1_ 273B6 |