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!)
A325312 Odd numbers k for which sigma(k^2) == 3 (mod 4) and sigma(k^2) > 2*k^2. 3
105, 315, 495, 735, 945, 1155, 1485, 1995, 2205, 2415, 2625, 2835, 2925, 3135, 3255, 3315, 3465, 3795, 4455, 4515, 4935, 5115, 5145, 5445, 5655, 5985, 6195, 6615, 6825, 7035, 7095, 7245, 7455, 7605, 7755, 7875, 8085, 8295, 8505, 8715, 8775, 8925, 9009, 9405, 9735, 9765, 9945, 10395, 10725, 10815, 11235, 11385, 11781, 12375 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Square roots of A325311, odd abundant numbers k for which sigma(k) == 3 mod 4.
LINKS
FORMULA
a(n) = sqrt(A325311(n)).
MATHEMATICA
Select[Range[1, 12375 , 2], Mod[(s = DivisorSigma[1, #^2]), 4] == 3 && s > 2*#^2 &] (* Amiram Eldar, Apr 05 2024 *)
PROG
(PARI) isA325312(n) = { my(t=sigma(n*n)); (n%2 && 3==(t%4) && t>(2*n*n)); };
CROSSREFS
Intersection of A174830 and A324909.
Sequence in context: A010090 A306122 A174830 * A147576 A145752 A195266
KEYWORD
nonn
AUTHOR
Antti Karttunen, Apr 20 2019
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 June 30 04:58 EDT 2024. Contains 373861 sequences. (Running on oeis4.)