The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (FreeBSD)
File Line Function
/showthread.php 795 errorHandler->error





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: 3 Guest(s)