OFFSET
1,41
COMMENTS
The p-rank of a finite abelian group G is equal to log_p(#{x belongs to G : x^p = 1}) where p is a prime number. In this case, G is the class group of Q(sqrt(-k)), and #{x belongs to G : x^p = 1} is the number of genera of Q(sqrt(-k)) (cf. A003641).
LINKS
Rick L. Shepherd, Binary quadratic forms and genus theory, Master of Arts Thesis, University of North Carolina at Greensboro, 2013.
FORMULA
PROG
(PARI) for(n=1, 1000, if(n%4==3 && issquarefree(n), print1(omega(n) - 1, ", ")))
CROSSREFS
KEYWORD
nonn
AUTHOR
Jianing Song, Sep 25 2018
STATUS
approved