Skip to content

Sage should have a special function -- Ackermann Function #25175

Open
@vaibhavkarve

Description

@vaibhavkarve

The Ackermann function is important to theoretical CS folks and is a very classic function.

Sage can have this function defined.
Possible suggestions/features could look like:

  1. There are many variants of the function but it seems pretty natural to include the two-argument Ackermann–Péter variant (this is also detailed in the wikipedia link).

  2. Sage can include known values of the Ackermann function for (m,n) pairs eg: $Ackermann(4,2) = 2265536 − 3$ etc.

  3. Its Taylor series expansion is also known. (I don't have a link for this. But I believe Wolfram Alpha displays it.)

Here is another link to some Ackermann function values:

CC: @slel

Component: coding theory

Keywords: special function, recursive function

Issue created by migration from https://trac.sagemath.org/ticket/25175

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions