File fastfncs.icn

Summary

###########################################################################

	File:     fastfncs.icn

	Subject:  Procedures for integer functions using fastest method

	Author:   Ralph E. Griswold

	Date:     December 26, 1995

###########################################################################

   This file is in the public domain.

###########################################################################

  These procedures implement integer-valued functions using the fastest
  method known to the author.  "Fastest" does not mean "fast".

	acker(i, j)	 Ackermann's function
	fib(i)	 	 Fibonacci sequence
	g(k, i)		 Generalized Hofstader nested recurrence
	q(i)		 "Chaotic" sequence
	robbins(i)	 Robbins numbers

###########################################################################

  See also:  iterfncs.icn, memrfncs.icn,  recrfncs.icn

###########################################################################

  Links:  factors, memrfncs

###########################################################################
Procedures:
g, robbins

Links:
factors.icn, memrfncs.icn

This file is part of the (main) package.

Source code.

Details
Procedures:

g(k, n)


robbins(n)



This page produced by UniDoc on 2021/04/15 @ 23:59:54.