Fractional Ackermann Function

Brian Moore <[email protected]>
Newsgroups gmane.comp.mathematics.pari.devel
Message-ID <CAOG19B3_nHgsWbYU2Cy+kVQUNFHfv_8iBJALT-7dvsenbyWpbQ@mail.gmail.com>
Ack[p, a, b] = Ack[floor(p) - 1, a, Ack[floor(p), a, b - 1]]^(floor(p) + 1
- p) * Ack[floor(p), a, Ack[floor(p) + 1, a, b - 1]]^(p - floor(p))

a _p_ b = ?
p=1, a=2, b=3:
2 _+_ 3 = 5

p: 1 2 3 == + * ^

Compatible with recursive formula that constructs the hyperoperations. One
possible interpolation of fractional operations, but it looks promising as
a baseline construction. DARPA won't return my messages. Maybe the PARI
devs would like something like this..


Brian Moore
fractional_hyperoperation_2_to_5_log.png (image/png, 219.2 KB) - not displayed
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.