\documentclass[12pt,reqno]{article}

\usepackage[usenames]{color}

\usepackage[colorlinks=true,
linkcolor=webgreen,
filecolor=webbrown,
citecolor=webgreen]{hyperref}

\definecolor{webgreen}{rgb}{0,.5,0}
\definecolor{webbrown}{rgb}{.6,0,0}

\usepackage{color}
\usepackage{fullpage}

\setlength{\textwidth}{6.5in}
\setlength{\oddsidemargin}{.1in}
\setlength{\evensidemargin}{.1in}
\setlength{\topmargin}{-.5in}
\setlength{\textheight}{8.9in}


\begin{document}

\title{Errors in ``The gcd-sum function"}

\maketitle

Corrections to some errors in \cite{broughan}:

Page 7 line 8: the second $g$ should be $Id$

Page 9 line 3: 5.1 should be 4.1

Page 12 line 2: 5.4 should be 4.3

page 12 line 3: 5.3 should be 4.2

Page 13 line 13 and line -1: $e,d$ should be $e.d$,

Page 14 line -1: 5.4 should be 4.4.


\begin{thebibliography}{9}
\bibitem{broughan}
K. A. Broughan. \href{http://www.cs.uwaterloo.ca/journals/JIS/VOL4/BROUGHAN/gcdsum.html}{The gcd-sum function}, {\it J. Integer
Sequences}, {\bf 4} (2001), Article 01.2.2.

\end{thebibliography}


\end{document}

                                                                                

