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!)
A324909 Odd numbers k for which sigma(k^2) == 3 (mod 4). 6
5, 13, 15, 17, 29, 35, 37, 39, 41, 45, 51, 53, 55, 61, 73, 87, 89, 91, 95, 97, 101, 105, 109, 111, 113, 115, 117, 119, 123, 125, 135, 137, 143, 149, 153, 155, 157, 159, 165, 173, 181, 183, 187, 193, 197, 203, 215, 219, 229, 233, 235, 241, 245, 247, 257, 259, 261, 267, 269, 273, 277, 281, 285, 287, 291, 293, 295, 299, 303, 313 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Odd numbers with an odd number of prime factors congruent to 1 modulo 4, or odd members of A209922. - Charlie Neder, Apr 24 2019
LINKS
FORMULA
a(n) = sqrt(A324899(n)).
MATHEMATICA
Select[Range[1, 315, 2], Mod[DivisorSigma[1, #^2], 4] == 3 &] (* Amiram Eldar, Apr 05 2024 *)
PROG
(PARI) isA324909(n) = ((n%2)&&3==(sigma(n*n)%4));
CROSSREFS
Cf. A325312 (a subsequence).
Cf. A209922 (a supersequence).
Sequence in context: A090758 A327922 A309812 * A322105 A230503 A335695
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 27 23:40 EDT 2024. Contains 373761 sequences. (Running on oeis4.)