Wedderburn–Etherington number

The Wedderburn–Etherington numbers are an integer sequence named for Ivor Malcolm Haddon Etherington[1][2] and Joseph Wedderburn[3] that can be used to count certain kinds of binary trees. The first few numbers in the sequence are

0, 1, 1, 1, 2, 3, 6, 11, 23, 46, 98, 207, 451, 983, 2179, 4850, 10905, 24631, 56011, ...[4]

Combinatorial interpretation

Otter trees and weakly binary trees, two types of rooted binary tree counted by the Wedderburn–Etherington numbers

These numbers can be used to solve several problems in combinatorial enumeration. The nth number in the sequence (starting with the number 0 for n = 0) counts

Formula

The Wedderburn–Etherington numbers may be calculated using the recurrence relation

a_{2n-1}=\sum_{i=1}^{n-1} a_i a_{2n-i-1}
a_{2n}=\frac{a_n(a_n+1)}{2}+\sum_{i=1}^{n-1} a_i  a_{2n-i}

beginning with the base case a_1=1.[4]

In terms of the interpretation of these numbers as counting rooted binary trees with n leaves, the summation in the recurrence counts the different ways of partitioning these leaves into two subsets, and of forming a subtree having each subset as its leaves. The formula for even values of n is slightly more complicated than the formula for odd values in order to avoid double counting trees with the same number of leaves in both subtrees.[7]

Growth rate

The Wedderburn–Etherington numbers grow asymptotically as

a_n \approx \sqrt{\frac{\rho+\rho^2B'(\rho^2)}{2\pi}} \frac{\rho^{-n}}{n^{3/2}},

where B is the generating function of the numbers and ρ is its radius of convergence, approximately 0.4027 (sequence A240943 in OEIS), and where the constant given by the part of the expression in the square root is approximately 0.3188 (sequence A245651 in OEIS).[11]

Applications

Young & Yung (2003) use the Wedderburn–Etherington numbers as part of a design for an encryption system containing a hidden backdoor. When an input to be encrypted by their system can be sufficiently compressed by Huffman coding, it is replaced by the compressed form together with additional information that leaks key data to the attacker. In this system, the shape of the Huffman coding tree is described as an Otter tree and encoded as a binary number in the interval from 0 to the Wedderburn–Etherington number for the number of symbols in the code. In this way, the encoding uses a very small number of bits, the base-2 logarithm of the Wedderburn–Etherington number.[12]

Farzan (Munro) describe a similar encoding technique for rooted unordered binary trees, based on partitioning the trees into small subtrees and encoding each subtree as a number bounded by the Wedderburn–Etherington number for its size. Their scheme allows these trees to be encoded in a number of bits that is close to the information-theoretic lower bound (the base-2 logarithm of the Wedderburn–Etherington number) while still allowing constant-time navigation operations within the tree.[13]

Iserles & Nørsett (1999) use unordered binary trees, and the fact that the Wedderburn–Etherington numbers are significantly smaller than the numbers that count ordered binary trees, to significantly reduce the number of terms in a series representation of the solution to certain differential equations.[14]

See also

References

  1. 1 2 Etherington, I. M. H. (1937), "Non-associate powers and a functional equation", Mathematical Gazette 21 (242): 36–39, 153, doi:10.2307/3605743.
  2. 1 2 Etherington, I. M. H. (1939), "On non-associative combinations", Proc. Royal Soc. Edinburgh 59 (2): 153–162.
  3. 1 2 Wedderburn, J. H. M. (1923), "The functional equation g(x^2) = 2ax + [g(x)]^2", Annals of Mathematics 24 (2): 121–140, doi:10.2307/1967710.
  4. 1 2 3 4 5 "Sloane's A001190 ", The On-Line Encyclopedia of Integer Sequences. OEIS Foundation..
  5. Bóna, Miklós; Flajolet, Philippe (2009), "Isomorphism and symmetries in random phylogenetic trees", Journal of Applied Probability 46 (4): 1005–1019, arXiv:0901.0696, doi:10.1239/jap/1261670685, MR 2582703.
  6. Otter, Richard (1948), "The number of trees", Annals of Mathematics, Second Series 49: 583–599, doi:10.2307/1969046, MR 0025715.
  7. 1 2 Murtagh, Fionn (1984), "Counting dendrograms: a survey", Discrete Applied Mathematics 7 (2): 191–199, doi:10.1016/0166-218X(84)90066-0, MR 727923.
  8. Cyvin, S. J.; Brunvoll, J.; Cyvin, B.N. (1995), "Enumeration of constitutional isomers of polyenes", Journal of Molecular Structure: THEOCHEM 357 (3): 255–261, doi:10.1016/0166-1280(95)04329-6.
  9. Maurer, Willi (1975), "On most effective tournament plans with fewer games than competitors", The Annals of Statistics 3: 717–727, doi:10.1214/aos/1176343135, JSTOR 2958441, MR 0371712.
  10. This equivalence between trees and elements of the free commutative magma on one generator is stated to be "well known and easy to see" by Rosenberg, I. G. (1986), "Structural rigidity. II. Almost infinitesimally rigid bar frameworks", Discrete Applied Mathematics 13 (1): 41–59, doi:10.1016/0166-218X(86)90068-5, MR 829338.
  11. Landau, B. V. (1977), "An asymptotic expansion for the Wedderburn-Etherington sequence", Mathematika 24 (2): 262–265, doi:10.1112/s0025579300009177, MR 0498168.
  12. Young, Adam; Yung, Moti (2003), "Backdoor attacks on black-box ciphers exploiting low-entropy plaintexts", Proceedings of the 8th Australasian Conference on Information Security and Privacy (ACISP'03), Lecture Notes in Computer Science 2727, Springer, pp. 297–311, doi:10.1007/3-540-45067-X_26, ISBN 3-540-40515-1.
  13. Farzan, Arash; Munro, J. Ian (2008), "A uniform approach towards succinct representation of trees", Algorithm theory—SWAT 2008, Lecture Notes in Computer Science 5124, Springer, pp. 173–184, doi:10.1007/978-3-540-69903-3_17, MR 2497008.
  14. Iserles, A.; Nørsett, S. P. (1999), "On the solution of linear differential equations in Lie groups", The Royal Society of London 357 (1754): 983–1019, doi:10.1098/rsta.1999.0362, MR 1694700.

Additional reading

This article is issued from Wikipedia - version of the Thursday, January 07, 2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.