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 
(49G) OEIS A228297: Generalized meta-Fibonacci sequence with parameters s=0 and k=5
09-19-2017, 06:29 AM (This post was last modified: 09-19-2017 06:30 AM by Gerald H.)
Post: #1
(49G) OEIS A228297: Generalized meta-Fibonacci sequence with parameters s=0 and k=5
For natural number input N the programme returns the Nth element of the series

https://oeis.org/A228297

Code:
::
  CK1&Dispatch
  # FF
  ::
    DUPDUP
    Z5_
    FPTR2 ^ZQUOText
    FPTR2 ^RSUBext
    BEGIN
    DUPDUP
    Z0_
    SWAP
    BEGIN
    Z5_
    FPTR2 ^ZQUOText
    DUPROT
    FPTR2 ^RADDext
    SWAPDUP
    Z0_
    EQUAL
    UNTIL
    DROP
    FPTR2 ^RADDext
    3PICK
    Z<
    WHILE
    ::
      Z1_
      FPTR2 ^RADDext
    ;
    REPEAT
    SWAPDROP
  ;
;
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
(49G) OEIS A228297: Generalized meta-Fibonacci sequence with parameters s=0 and k=5 - Gerald H - 09-19-2017 06:29 AM



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