login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A084806 Least positive integers, all distinct, that satisfy sum(n>0,1/a(n)^z)=0, where z=1/2 + I. 2
1, 6, 9, 12, 16, 20, 25, 31, 37, 43, 50, 58, 66, 75, 84, 94, 104, 115, 127, 139, 152, 165, 179, 193, 208, 223, 239, 256, 273, 290, 309, 327, 347, 367, 387, 408, 430, 452, 475, 498, 522, 546, 571, 596, 622, 649, 676, 704, 732, 761, 790, 820, 851, 882, 913, 945 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
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.
LINKS
PROG
(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, ", "))
CROSSREFS
Sequence in context: A343047 A023040 A001474 * A020938 A136360 A023483
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jun 04 2003
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 27 09:33 EDT 2024. Contains 374642 sequences. (Running on oeis4.)