login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 07:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)