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!)
A084800 Least positive integers, all distinct, that satisfy sum(n>0,1/a(n)^z)=0, where z=(4+I*3)/5. 2
1, 16, 18, 21, 25, 28, 31, 34, 38, 41, 44, 48, 52, 55, 59, 63, 67, 71, 75, 79, 83, 87, 91, 95, 99, 104, 108, 112, 116, 121, 125, 130, 134, 139, 143, 148, 152, 157, 162, 166, 171, 176, 180, 185, 190, 195, 200, 205, 209, 214, 219, 224, 229, 234, 239, 244, 249, 255, 260 (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: A348143 A161874 A095953 * A065426 A308607 A097746
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 April 16 05:35 EDT 2024. Contains 371697 sequences. (Running on oeis4.)