(42S) OEIS A228297: Generalized meta-Fibonacci Sequence & Others of that Family - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Software Libraries (/forum-10.html) +--- Forum: General Software Library (/forum-13.html) +--- Thread: (42S) OEIS A228297: Generalized meta-Fibonacci Sequence & Others of that Family (/thread-9120.html) |
(42S) OEIS A228297: Generalized meta-Fibonacci Sequence & Others of that Family - Gerald H - 09-20-2017 05:35 AM For natural number input N the programme A228297 returns the Nth element of the series https://oeis.org/A228297 The value 5 should be stored in the variable "5". The programme calls the two sub-programmes below. Code: 0. { 45-Byte Prgm } For natural number input N the programme A27868 returns the Nth element of the series https://oeis.org/A027868 Code: 0. { 29-Byte Prgm } For natural number input N the programme IQT5 returns the integer quotient on division by 5. Code: 0. { 27-Byte Prgm } Storing values other than 5 in "5" produces sequences of the same family, eg value 2 produces A046699 value 3 produces A120503 value 4 produces A120507 value 7 produces A022898. |