From: "A. Bijanki" Subject: 3, Floor[Sqrts] and Factorials Date: Mon, 8 May 2000 19:00:35 -0500 Newsgroups: sci.math Summary: [missing] Ok, someone posted a problem a while ago wondering if every natural number can be created by using "Integer Sqrts" and Factorials starting with the number 3. I took his "Integer Sqrts" to mean Floor[Sqrt[x]]. Someone suggested calling it "?". Factorial is of course "!". Clive Tooth figured out that: 1 = 3? 2 = 3!? 3 = 3 4 = 3!!?!????!?????!??????? 5 = 3!!?? 6 = 3! 7 = 3!!??!?!??!?????!?????? 8 = 3!!??!?!??!?????!??????!?? 9 = 3!!??!?!?!????????????!????!??!?????????????!?????? 10= 3!!??!? It sure looks like the statement is true, but who can prove it? Here's what I and others have come up with: IF n^2 <= x < (n+1)^2, THEN x? = n ..... I guess that is pretty obvious. Call RF[x,a] = x!!!!!!...!!! <--------'a' factorial signs following x. RF = recursive factorial. I dunno if there is already a mathematical term for this... Anyway it looks to me like the easiest way to prove the statement is to prove that for a natural number N, there exists natural numbers M,K,A such that: (1) N^(2^K) <= RF[M,A] < (N+1)^(2^K) AND M