%%% This file is part of PlanetMath snapshot of 2009-01-12 %%% Primary Title: Zuckerman number %%% Primary Category Code: 11A63 %%% Filename: ZuckermanNumber.tex %%% Version: 1 %%% Owner: CompositeFan %%% Author(s): CompositeFan %%% PlanetMath is released under the GNU Free Documentation License. %%% You should have received a file called fdl.txt along with this file. %%% If not, please write to gnu@gnu.org. \documentclass[12pt]{article} \pagestyle{empty} \setlength{\paperwidth}{8.5in} \setlength{\paperheight}{11in} \setlength{\topmargin}{0.00in} \setlength{\headsep}{0.00in} \setlength{\headheight}{0.00in} \setlength{\evensidemargin}{0.00in} \setlength{\oddsidemargin}{0.00in} \setlength{\textwidth}{6.5in} \setlength{\textheight}{9.00in} \setlength{\voffset}{0.00in} \setlength{\hoffset}{0.00in} \setlength{\marginparwidth}{0.00in} \setlength{\marginparsep}{0.00in} \setlength{\parindent}{0.00in} \setlength{\parskip}{0.15in} \usepackage{html} % this is the default PlanetMath preamble. as your knowledge % of TeX increases, you will probably want to edit this, but % it should be fine as is for beginners. % almost certainly you want these \usepackage{amssymb} \usepackage{amsmath} \usepackage{amsfonts} % used for TeXing text within eps files %\usepackage{psfrag} % need this for including graphics (\includegraphics) %\usepackage{graphicx} % for neatly defining theorems and propositions %\usepackage{amsthm} % making logically defined graphics %\usepackage{xypic} % there are many more packages, add them here as you need them % define commands here \begin{document} Consider the \htmladdnormallink{integer}{http://planetmath.org/encyclopedia/RationalInteger.html} 384. Multiplying its \htmladdnormallink{digits}{http://planetmath.org/encyclopedia/PlaceSystems.html}, $$3 \times 8 \times 4 = 96$$ and $${{384} \over {96}} = 91.$$ When an integer is \htmladdnormallink{divisible}{http://planetmath.org/encyclopedia/DivisibilityOfIdeals.html} by the \htmladdnormallink{product}{http://planetmath.org/encyclopedia/Product.html} of its digits, it's called a {\em Zuckerman number}. That is, given $m$ is the \htmladdnormallink{number}{http://planetmath.org/encyclopedia/Number.html} of digits of $n$ and $d_x$ (for $x \le k$) is an integer of $n$, $${\prod_{i = 1}^m d_i}|n$$ All 1-digit numbers and the \htmladdnormallink{base}{http://planetmath.org/encyclopedia/PlaceSystems.html} number itself are Zuckerman numbers. It is possible for an integer to be divisible by its \htmladdnormallink{multiplicative digital root}{http://planetmath.org/encyclopedia/MultiplicativeDigitalRoot.html} and yet not be a Zuckerman number because it doesn't \htmladdnormallink{divide}{http://planetmath.org/encyclopedia/Multiple2.html} its first digit product evenly (for example, 1728 in base 10 has multiplicative digital root 2 but is not divisible by $1 \times 7 \times 2 \times 8 = 112$). The reverse is also possible (for example, 384 is divisible by 96, as shown above, but clearly not by its multiplicative digital root 0). \begin{thebibliography}{2} \bibitem{jt} J. J. Tattersall, {\it Elementary number theory in nine chapters}, p. 86. Cambridge: Cambridge University Press (2005) \end{thebibliography} \end{document}