OFFSET
1,1
COMMENTS
Not all terms are squarefree: a(74) = 137640191 = 13^2 * 89 * 9151. - Charles R Greathouse IV, Nov 13 2015
Apart from the first term, no terms are divisible by 2, 3, 5, 7, or 11. - Charles R Greathouse IV, Nov 13 2015
LINKS
Harry J. Smith and Charles R Greathouse IV, Table of n, a(n) for n = 1..651 (first 70 terms from Smith)
PROG
(PARI) n=0; for (m=1, 10^9, if (6*eulerphi(m) == 5*sigma(m), write("b065823.txt", n++, " ", m); if (n==70, return))) \\ Harry J. Smith, Nov 01 2009
(PARI) is(n)=my(f=factor(n)); 6*eulerphi(f)==5*sigma(f) \\ Charles R Greathouse IV, Nov 13 2015
CROSSREFS
KEYWORD
nonn
AUTHOR
Labos Elemer, Nov 23 2001
EXTENSIONS
Terms a(16)-a(29) from Harry J. Smith, Nov 01 2009
STATUS
approved