OFFSET
1,1
LINKS
Hiroaki Yamanouchi, Table of n, a(n) for n = 1..3124
R. Lauterbach, Equivariant Bifurcation and Absolute Irreducibility in R^8: A Contribution to Ize Conjecture and Related Bifurcations, Journal of Dynamics and Differential Equations, Oct 2014; DOI 10.1007/s10884-014-9402-1.
EXAMPLE
63 = 7*9 is not a power of a prime and has a proper divisor 9 == 1 mod 4.
PROG
(PARI) lista(nn) = {forstep(n=1, nn, 2, if (!isprimepower(n) && sumdiv(n, d, (d != 1) && (d != n) && ((d % 4)==1)), print1(n, ", ")); ); } \\ Michel Marcus, Jun 19 2015
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, May 14 2015
EXTENSIONS
a(7)=57 removed and a(11)-a(55) added by Hiroaki Yamanouchi, May 20 2015
STATUS
approved