Post Reply 
(50g) OEIS A028842: Product of Digits is a Prime
09-07-2017, 10:00 AM
Post: #8
RE: (50g) OEIS A028842: Product of Digits is a Prime Sequence
A slightly improved version of the programme:

Size: 267.5

CkSum: # DCE9h

Code:
::
  CK1&Dispatch
  # FF
  ::
    FPTR2 ^ZAbs
    DUP
    ZINT 1
    FPTR2 ^RADDext
    ZINT 2
    FPTR2 ^ZQUOText
    '
    ID SQRT0
    EvalNoCK
    DUP
    ZINT 4
    FPTR2 ^RMULText
    UNROTDUP
    ZINT 1
    FPTR2 ^RSUBext
    FPTR2 ^RMULText
    DUP
    FPTR2 ^RADDext
    FPTR2 ^RSUBext
    SWAP
    ZINT 4
    FPTR2 ^ZQUOText
    "# Digits"
    >TAG
    SWAP
    ZINT 4
    FPTR2 ^IDIV2
    SWAP
    ZINT 1
    FPTR2 ^RADDext
    SWAP
    ::
      ZINT 3
      EQUALcasedrop
      ZINT 4
      DUP
      ZINT 0
      EQUAL
      NOT?SEMI
      DROP
      ZINT 1
      FPTR2 ^RSUBext
      ZINT 6
    ;
    ZINT 1
    FPTR2 ^RADDext
    "Digit"
    >TAG
    SWAP
    "Pos"
    >TAG
    SWAP
  ;
;
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: (50g) OEIS A028842: Product of Digits is a Prime Sequence - Gerald H - 09-07-2017 10:00 AM



User(s) browsing this thread: 1 Guest(s)