login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A065063
Numbers k such that A065608(k) is a square.
1
1, 2, 4, 5, 17, 20, 27, 30, 37, 101, 132, 140, 197, 257, 260, 370, 401, 430, 577, 677, 819, 832, 1025, 1036, 1070, 1166, 1297, 1601, 1950, 2060, 2270, 2486, 2583, 2673, 2691, 2716, 2917, 3137, 3145, 3730, 4357, 4396, 4635, 4958, 5477, 5540, 5612, 6094
OFFSET
1,2
LINKS
PROG
(PARI) { n=0; for (m=1, 10^9, if (issquare(sigma(m) - numdiv(m)), write("b065063.txt", n++, " ", m); if (n==1000, return)) ) } \\ Harry J. Smith, Oct 05 2009
CROSSREFS
Sequence in context: A062549 A169602 A092051 * A276311 A056440 A101843
KEYWORD
nonn
AUTHOR
Jason Earls, Nov 06 2001
STATUS
approved