Jump to content

Z15076: Difference between revisions

From Wikifunctions
No edit summary
No edit summary
Line 11: Line 11:
"Z1K1": "Z16",
"Z1K1": "Z16",
"Z16K1": "Z610",
"Z16K1": "Z610",
"Z16K2": "def Z15075(Z15075K1):\n\tdef P(n):\n\t\tif n \u003C=2:\n\t\t\treturn 1\n\t\telse:\n\t\t\treturn P(n-2)+P(n-3)\n\treturn P(Z15075K1)"
"Z16K2": "def Z15075(Z15075K1):\n\tdef P(n):\n\t\tif n == 0:\n\t\t\treturn 1\n\t\telif n == 1 or n == 2:\n\t\t\treturn 0\n\t\telse:\n\t\t\treturn P(n-2)+P(n-3)\n\treturn P(Z15075K1)"
}
}
},
},

Revision as of 11:46, 6 April 2024

This page displays in a limited way without JavaScript.