<?xml version="1.0" encoding="UTF-8"?>

<record version="3" id="7875">
 <title>amicable numbers</title>
 <name>AmicableNumbers</name>
 <created>2006-04-27 16:18:00</created>
 <modified>2006-04-28 09:30:00</modified>
 <type>Definition</type>
 <creator id="2414" name="alozano"/>
 <author id="2414" name="alozano"/>
 <classification>
	<category scheme="msc" code="11A05"/>
 </classification>
 <synonyms>
	<synonym concept="amicable numbers" alias="amicable pair"/>
	<synonym concept="amicable numbers" alias="amicable"/>
 </synonyms>
 <related>
	<object name="AbundantNumber"/>
	<object name="DeficientNumber"/>
 </related>
 <preamble>% 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{amsthm}
\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

\newtheorem{thm}{Theorem}
\newtheorem*{defn}{Definition}
\newtheorem{prop}{Proposition}
\newtheorem{lemma}{Lemma}
\newtheorem{cor}{Corollary}

\theoremstyle{definition}
\newtheorem*{exa}{Example}

% Some sets
\newcommand{\Nats}{\mathbb{N}}
\newcommand{\Ints}{\mathbb{Z}}
\newcommand{\Reals}{\mathbb{R}}
\newcommand{\Complex}{\mathbb{C}}
\newcommand{\Rats}{\mathbb{Q}}
\newcommand{\Gal}{\operatorname{Gal}}
\newcommand{\Cl}{\operatorname{Cl}}</preamble>
 <content>\begin{defn}
Two natural numbers $n$ and $m$ are amicable numbers (an amicable pair or simply amicable) if each is the sum of the proper divisors of the other.
\end{defn}

\begin{exa}
The smallest amicable pair is $n=220$ and $m=284$. Indeed the sum of proper divisors of $220$ is:
$$1+2+4+5+10+11+20+22+44+55+110=284$$
and the sum of proper divisors of $284$ is:
$$1+2+4+71+142=220.$$ 
\end{exa}</content>
</record>
