12/12/2022, 01:25 AM
More general I consider fibo hyperoperators or whatever they should be called :
something along the lines of
F(a,b,c) = a + b + c + F(a-1, F(a,b-1,c) , F(a,b,c-1)) + F(a-2, F(a,b-1,c) , F(a,b,c-1)) - 1.
F(-1,b,c) = 1
F(-2,b,c) = 0
for real b,c and integer a.
This grows fast.
regards
tommy1729
something along the lines of
F(a,b,c) = a + b + c + F(a-1, F(a,b-1,c) , F(a,b,c-1)) + F(a-2, F(a,b-1,c) , F(a,b,c-1)) - 1.
F(-1,b,c) = 1
F(-2,b,c) = 0
for real b,c and integer a.
This grows fast.
regards
tommy1729

