login
Indices of the nonzero terms in expansion of Dirichlet series Product_p (1-(Kronecker(m,p)+1)*p^(-s)+Kronecker(m,p)*p^(-2s))^(-1) for m= -5.
0

%I #7 Jul 30 2020 12:20:24

%S 1,3,4,5,7,9,12,15,16,20,21,23,25,27,28,29,35,36,41,43,45,47,48,49,60,

%T 61,63,64,67,69,75,80,81,83,84,87,89,92,100,101,103,105,107,108,109,

%U 112,115,116,121,123,125,127,129,135,140,141,144,145,147,149,161

%N Indices of the nonzero terms in expansion of Dirichlet series Product_p (1-(Kronecker(m,p)+1)*p^(-s)+Kronecker(m,p)*p^(-2s))^(-1) for m= -5.

%o (PARI) m=-5; select(x -> x, direuler(p=2,101,1/(1-(kronecker(m,p)*(X-X^2))-X)), 1)

%Y Cf. A035183 (the expansion itself).

%K nonn

%O 1,2

%A _N. J. A. Sloane_

%E Edited and extended by _Andrey Zabolotskiy_, Jul 30 2020