The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A112931 Numerator of rational values arising in an asymptotic formula for 1/(zeta(s)-1) as s-->infinity. 2
2, 4, 1, 8, 4, 2, 16, 4, 8, 4, 2, 32, 8, 4, 16, 8, 4, 8, 2, 4, 64, 16, 8, 32, 4, 8, 2, 16, 4, 8, 16, 4, 2, 8, 128, 4, 32, 8, 16, 4, 64, 8, 2, 16, 4, 8, 32, 8, 4, 16, 2, 32, 4, 16, 8, 8, 4, 16 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
EXAMPLE
1/(zeta(s)-1)=2^s-(4/3)^s-1+(8/9)^s-(4/5)^s+(2/3)^s-(16/27)^s-(4/7)^s+2*(8/15)^s-2*(4/9)^s+(2/5)^s+(32/81)^s+2*(8/21)^s-(4/11)^s-3*(16/45)^s+o((16/45)^x) and here sequence consists of numerators of 2/1,4/3,1/1,8/9,4/5,...
MATHEMATICA
nmax = 20; lz = ConstantArray[0, nmax]; ax = 0; Do[le = Exp[Limit[Log[Abs[(1/(Zeta[x] - 1) - ax)]]/x, x -> Infinity]]; ls = Limit[(1/(Zeta[x] - 1) - ax)/le^x, x -> Infinity]; ax = ax + ls*le^x; lz[[j]] = le; , {j, 1, nmax}]; Numerator[lz] (* Vaclav Kotesovec, Aug 11 2019 *)
CROSSREFS
Sequence in context: A065278 A182896 A207605 * A121685 A125810 A226504
KEYWORD
frac,more,nonn
AUTHOR
Benoit Cloitre, Oct 06 2005
EXTENSIONS
a(15)-a(33) computed by Andrei Vieru, added by Vaclav Kotesovec, Aug 11 2019
Terms a(34) and beyond from Vaclav Kotesovec, Aug 11 2019
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 June 11 19:21 EDT 2024. Contains 373317 sequences. (Running on oeis4.)