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!)
A090777 Numbers k such that sigma(k) divides k^2. 7
1, 6, 28, 120, 364, 496, 672, 840, 1080, 1488, 1782, 2280, 3276, 3472, 7440, 8128, 8736, 11880, 12400, 18360, 20832, 24384, 25296, 26208, 30240, 30256, 32760, 35640, 37200, 56896, 57240, 84360, 86800, 90768, 115560, 121920, 131040, 149856, 170688 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[200000], Divisible[#^2, DivisorSigma[1, #]] &] (* Amiram Eldar, May 09 2022 *)
PROG
(PARI) for (n=1, 10^6, if ( n^2 % sigma(n) ==0, print1(n, ", "))); /* Joerg Arndt, May 28 2012 */
CROSSREFS
Sequence in context: A183013 A325639 A055717 * A055715 A026031 A002694
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Feb 08 2004
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 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)