(35S) OEIS A027868 & A228297 Generalized meta-Fibonacci sequence parameters s=0 & k=5 - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Software Libraries (/forum-10.html) +--- Forum: General Software Library (/forum-13.html) +--- Thread: (35S) OEIS A027868 & A228297 Generalized meta-Fibonacci sequence parameters s=0 & k=5 (/thread-9109.html) |
(35S) OEIS A027868 & A228297 Generalized meta-Fibonacci sequence parameters s=0 & k=5 - Gerald H - 09-19-2017 10:50 AM For natural number input N the programme C returns the Nth element of the OEIS A027868 sequence. For info on the sequence see https://oeis.org/A027868 Code: 1 LBL C For natural number input N the programme B returns the Nth element of the OEIS A228297 generalized meta-Fibonacci sequence with parameters s=0 & k=5 & uses programme C as a sub-programme. For info on the sequence see https://oeis.org/A228297 Code: 1 LBL B |