OFFSET
1,1
COMMENTS
Numbers k such that the odd part of k [= A000265(k)] is a prime power, p^e, e >= 1, and that prime power is congruent to 1 modulo 4.
LINKS
Antti Karttunen, Table of n, a(n) for n = 1..10000
MATHEMATICA
A389197Q[k_] := k > 1 && Mod[Times @@ (Power @@@ FactorInteger[k] + 1), 4] == 2;
Select[Range[500], A389197Q] (* Paolo Xausa, Oct 13 2025 *)
PROG
CROSSREFS
KEYWORD
nonn
AUTHOR
Antti Karttunen, Oct 06 2025
STATUS
approved
