Post Reply 
(50g) OEIS A014263: Integers with Exclusively Even Digits
08-27-2017, 03:03 PM (This post was last modified: 08-29-2017 10:22 AM by Gerald H.)
Post: #1
(50g) OEIS A014263: Integers with Exclusively Even Digits
For integer input N the programme returns the Nth integer composed solely of even digits.

For more info see

http://oeis.org/A014263

Code:

::
  CK1&Dispatch
  # FF
  ::
    NULL$SWAP
    Z5_
    SWAP
    BEGIN
    OVER
    FPTR2 ^ZDIVext
    FPTR2 ^Z>S
    4ROLL
    &$
    3UNROLL
    FPTR2 ^DupQIsZero?
    UNTIL
    2DROP
    FPTR2 ^S>Z
    DUP
    FPTR2 ^RADDext
  ;
;
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
(50g) OEIS A014263: Integers with Exclusively Even Digits - Gerald H - 08-27-2017 03:03 PM



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