Friday 27 March 2020

Selfie Numbers

Today, I turned 25926 days old and was surprised to discover that this is a so-called selfie number. The article in which I discovered this fact began with this abstract which explains what is meant by the term:
Numbers represented by their own digits by certain operations are considered as selfie numbers. Some times they are called wild narcissistic numbers. There are many ways of representing selfie numbers. They can be represented in digit’s order, reverse order of digits, increasing and/or decreasing order of digits, etc. These can be obtained by use of basis operations along with factorial, squareroot, Fibonacci sequence, Triangular numbers, binomial coefficients, s-gonal values, centered polygonal numbers, etc. In this work, we have written selfie numbers by use of concatenation, along with factorial and square-root. The concatenation idea is used in a very simple way. The work is limited up to 5 digits. Work on higher digits shall be dealt elsewhere. Source.
I discovered that 25926 could be expressed as \((−2+5)!! \times C(9,2)+6\). This immediately caused me confusion because I'm use to treating !! as the double factorial in which case we have:$$(-2+5)!!=3!!=3 \times 1 = 3$$However, this produces \(3 \times 36 +6=124\) and so something is wrong. After typing 3!! into a Google search, I saw what was meant (see Figure 1):

Figure 1

So instead of 3!!=3, we have (3!)!=6!=720 and now \(720 \times 36+6\) does give 25926.

The title of the previously mentioned article is:

Concatenation-Type Selfie Numbers
With Factorial and Square-Root


The author of the article, Inder J. Taneja1, categorises the selfie numbers into the following types:

1 Crazy Representations

1.1 Selfie Numbers

2 Concatenation-Type Selfie Numbers

2.1 Sequential Representations
2.1.1 Both Ways
2.1.2 Digit’s Order
2.1.3 Reverse Order of Digits
2.2 Non Sequential Representations
2.2.1 Both Ways
2.2.2 Digit’s Order
2.2.3 Reverse Order of Digits

3 Number Patterns

4 Summary: Selfie Numbers

4.1 Factorial
4.2 Factorial and Square-Root
4.3 Fibonacci Sequence
4.4 Triangular Numbers
4.5 Binomial Coefficients
4.6 S-gonal numbers
4.7 Centered Polygonal Numbers
The author has written a previous paper (it is 161 pages in length) that begins with the following abstract:
Natural numbers from 0 to 11111 are written in terms of 1 to 9 in two different ways. The first one in increasing order of 1 to 9, and the second one in decreasing order. This is done by using the operations of addition, multiplication, subtraction, potentiation, and division. In both the situations there are no missing numbers, except one, i.e., 10958 in the increasing case.
The decreasing case can be written as 10958 = (9 + 8 × 7 × 65 + 4) × 3 − 2 + 1. However, if factorials and square roots are allowed, then more than one representation of the increasing case is possible. Here are two examples:$$10958 := 1+2+3!!+(−4+5!+6−7)×89$$ $$10958 := 1×2×(3!!−4!×(5+6)+7!−8−9)$$The author uses factorials and square roots, as well as additional elements, for his selfie numbers. One of those additional elements is concatenation defined as:$$a \parallel b := 10 \times a + b, a \in \mathbb{Z}, b \in \{ 0, 1, 2, 3, 4, 6, 7, 8, 9 \}$$At first I was confused by the := symbol but I discovered its significance:
It is borrowed from computer programming: it means that the item on the left hand side is being defined to be what is on the right hand side. For example, \(𝑦:=7𝑥+2\) means that \(𝑦\) is defined to be \(7𝑥+2\). This is different from, say, writing \(1=\sin^2 \theta +\cos^2 \theta \). Source.
As an example of its use we have:$$ 2 \parallel 3 := 2 \times 10 + 3 = 23$$$$5 \parallel 15 := 5 × 100 + 15 = 515$$$$ ((3 \times 3) \parallel 1)^2 \times 4:=91^2 \times 4 = 33124$$It is possible to reverse the order of the digits as in the following example:$$39304 := ((4 \parallel 03) − 9) ^3$$Sometimes numbers can be written sequentially both forwards and backwards as in the following example where the square root and factorial are used in addition to concatenation:$$30969 := ((3 + 0!) \parallel \sqrt{9}) \times 6! + 9 = 9 + 6! × ((\sqrt{9}+0!)\parallel 3)$$The author also makes use of the Fibonacci sequence defined as:$$ F(0) = 0, F(1) = 1, F(n + 1) = F(n) + F(n − 1), n ≥ 1$$Below is an example of a selfie number that makes use of the Fibonacci sequence values:$$834660 := (F(8 × 3) × F(4) + 6) × 6 + 0 = 0 + 6 × (6 + F(4) × F(3 × 8))$$The triangular numbers are also used and the general formula for these is:$$T(n) = 1 + 2 + 3 + ... = \frac{n + 1} {2} = C(n + 1, 2)$$Here is an example of a selfie number that makes use of Triangular numbers:$$99633 := 3 + (3 + T(T(6) + T(9))) × T(9)$$As we saw with the example of my daily number, binomial coefficients can be used as well as S-gonal numbers, defined by the following formula:$$P(n, s) := \frac{n \,(n − 1) \, (s − 2) }{2} + n, s > 2$$Here is an example of a selfie number that makes use of S-gonal numbers:$$53995 := (5! − P(9, \sqrt{9})) × 3!! − 5$$Lastly, the author makes use of centered polygonal numbers defined by the formula:$$K(n,t) := \frac{t \, n \, (n − 1)}{ 2} + 1, t > 2$$An example of a selfie number using such numbers is:$$59938 := K(8, 3!) + (\sqrt{9})!! + 9^5 $$There are plenty of examples in the aforementioned paper and, though the arithmetic involved is simply enough once it's displayed, one has to often marvel at the ingenuity required to create the elements in the first place.

Selfie numbers are similar to Friedman numbers except that in the latter the digits can be in any order. A number \(n\)  is a Friedman number if it can be obtained combining all its digits with the 5 arithmetic operations and concatenation (of digits, not of results). For example, 13125 is a Friedman number since it can be written as \(21\times 5^{3+1}\). An impressive example is the pandigital number 9108432576 that can be written as \(251^3 \times 4 \times 6 \times(7 + 8 + 9 + 0) \).

No comments:

Post a Comment