# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/ Search: id:a084801 Showing 1-1 of 1 %I A084801 #4 Mar 30 2012 18:36:38 %S A084801 1,62,65,69,72,76,80,83,87,90,94,98,101,105,109,113,116,120,124,128, %T A084801 131,135,139,143,147,150,154,158,162,166,169,173,177,181,185,189,193, %U A084801 197,201,204,208,212,216,220,224,228,232,236,240,244,248,252,256,260,264 %N A084801 Least positive integers, all distinct, that satisfy sum(n>0,1/a(n)^z)=0, where z=(12+I*5)/13. %C A084801 Sequence satisfies sum(n>0,1/a(n)^z)=0 by requiring that the modulus of the successive partial sums are monotonically decreasing in magnitude for the given z. %o A084801 (PARI) S=0; w=1; a=0; for(n=1,100,b=a+1; while(abs(S+exp(-z*log(b)))>w,b++); S=S+exp(-z*log(b)); w=abs(S); a=b; print1(b,",")) %Y A084801 Cf. A084589, A084799-A084800, A084802-A084810. %K A084801 nonn %O A084801 1,2 %A A084801 _Paul D. Hanna_, Jun 04 2003 # Content is available under The OEIS End-User License Agreement: http://oeis.org/LICENSE