<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.bbchallenge.org/w/index.php?action=history&amp;feed=atom&amp;title=De_Bruijn_index</id>
	<title>De Bruijn index - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.bbchallenge.org/w/index.php?action=history&amp;feed=atom&amp;title=De_Bruijn_index"/>
	<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=De_Bruijn_index&amp;action=history"/>
	<updated>2026-05-10T01:31:41Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=De_Bruijn_index&amp;diff=7490&amp;oldid=prev</id>
		<title>ADucharme: creation of page by taking section from lambda calculus page</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=De_Bruijn_index&amp;diff=7490&amp;oldid=prev"/>
		<updated>2026-05-09T23:01:00Z</updated>

		<summary type="html">&lt;p&gt;creation of page by taking section from lambda calculus page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;De Bruijn index&amp;#039;&amp;#039;&amp;#039; is an alternative method to represent lambda calculus expressions. &lt;br /&gt;
&lt;br /&gt;
Its attendant Busy Beaver problem is &amp;#039;&amp;#039;&amp;#039;BBλ_db&amp;#039;&amp;#039;&amp;#039; which uses De Bruijn index instead of binary to evaluate lambda calculus expression size. To calculate size, convert the lambda calculus expression into [[wikipedia:De_Bruijn_index|De Bruijn index]], then count the number of backslashes (lambdas) and numbers. By example, &amp;lt;code&amp;gt;(\1 1) (\\2 (1 2))&amp;lt;/code&amp;gt; is size 8 because it has 3 backslashes and 5 numbers.&lt;br /&gt;
&lt;br /&gt;
For n &amp;lt; 7, BBλ_db(n) = n is trivial and can be achieved via picking any size n term already in normal form, like BBλ(m) for m ≤ 20.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!BBλ_db(n)&lt;br /&gt;
!Value&lt;br /&gt;
!Champion&lt;br /&gt;
!Discovered By&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|≥ 7&lt;br /&gt;
|&amp;lt;code&amp;gt;\1 1 1 1 1 1&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|≥ 16&lt;br /&gt;
|&amp;lt;code&amp;gt;(\1 1) (\\2 (1 2))&amp;lt;/code&amp;gt;&lt;br /&gt;
|[[User:Azerty|Azerty]] &amp;amp; John Tromp &amp;amp; Bertram Felgenhauer&lt;br /&gt;
|-&lt;br /&gt;
|9&lt;br /&gt;
|≥ 68&lt;br /&gt;
|&amp;lt;code&amp;gt;(\1 1) (\\2 (2 (1 2)))&amp;lt;/code&amp;gt;&lt;br /&gt;
|John Tromp &amp;amp; Bertram Felgenhauer&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;code&amp;gt;(\1 1 1) (\\2 (2 (2 1)))&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;code&amp;gt;(\1 1 1 1) (\\2 (2 (2 1)))&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;code&amp;gt;(\1 1 1) (\1 (\\2 (2 1)) 1)&amp;lt;/code&amp;gt;&lt;br /&gt;
|mxdys and racheline&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;code&amp;gt;(\1 1) (\1 (\1 (\\2 (2 1)) 2))&amp;lt;/code&amp;gt;&lt;br /&gt;
|mxdys&lt;br /&gt;
|-&lt;br /&gt;
|14&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;code&amp;gt;(\1 1 1) (\\1 (1 2) (\\2 (2 1)))&amp;lt;/code&amp;gt;&lt;br /&gt;
|50_ft_lock&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;code&amp;gt;(\1 1) (\1 (1 (\\1 2 (\\2 (2 1)))))&amp;lt;/code&amp;gt;&lt;br /&gt;
|Gustavo Melo&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;code&amp;gt;(\1 1 1) (\1 (1 (\\\1 3 2 (\\2 (2 1)))))&amp;lt;/code&amp;gt;&lt;br /&gt;
|50_ft_lock&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;code&amp;gt;(\1 (\\\\1 4 4 4 3 2 1) 1 1 1 1) (\\2 (2 1))&amp;lt;/code&amp;gt;&lt;br /&gt;
|Patcail&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;code&amp;gt;(\1 1 (\\\\1 4 4 4 3 2 1) 1 1 1 1) (\\2 (2 1))&amp;lt;/code&amp;gt;&lt;br /&gt;
|Patcail&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;code&amp;gt;(\1 1 1 (\\\\1 4 4 4 3 2 1) 1 1 1 1) (\\2 (2 1))&amp;lt;/code&amp;gt;&lt;br /&gt;
|Patcail&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;code&amp;gt;(\1 (\1 (\\\\1 4 4 4 3 2 1) 1 1 1 1) 1) (\\2 (2 1))&amp;lt;/code&amp;gt;&lt;br /&gt;
|Patcail&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;code&amp;gt;(\1 1 (\1 (\\\\1 4 4 4 3 2 1) 1 1 1 1) 1) (\\2 (2 1))&amp;lt;/code&amp;gt;&lt;br /&gt;
|Patcail&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>ADucharme</name></author>
	</entry>
</feed>