Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #7 Jul 30 2020 12:19:12
%S 1,2,4,7,8,9,11,13,14,16,18,19,22,23,25,26,28,29,32,36,38,41,43,44,46,
%T 49,50,52,56,58,63,64,67,72,73,76,77,79,81,82,83,86,88,91,92,98,99,
%U 100,101,103,104,107,112,116,117,121,126,128,133,134,143,144,146
%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= 23.
%o (PARI) m=23; select(x -> x, direuler(p=2,101,1/(1-(kronecker(m,p)*(X-X^2))-X)), 1)
%Y Cf. A035205 (the expansion itself).
%K nonn
%O 1,2
%A _N. J. A. Sloane_
%E Edited and extended by _Andrey Zabolotskiy_, Jul 30 2020