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

 


Exponents in expansion of constant A065480 as a product zeta(n)^(-a(n)).
1

%I #11 Jun 13 2020 03:20:27

%S 0,1,-1,2,-4,8,-14,25,-48,92,-168,310,-590,1117,-2092,3945,-7500,

%T 14264,-27102,51627,-98694,188934,-361936,694565,-1335466,2570965,

%U -4954744,9561045,-18473140,35730392,-69176558,134063535,-260062168,504918960

%N Exponents in expansion of constant A065480 as a product zeta(n)^(-a(n)).

%C Inverse Euler transform of A077925 shifted by two places: 1, 0, 1, -1, 3, -5,... [From _R. J. Mathar_, Jul 26 2010]

%H Vaclav Kotesovec, <a href="/A065492/b065492.txt">Table of n, a(n) for n = 0..3000</a>

%H G. Niklasch, <a href="/A001692/a001692.html">Some number theoretical constants: 1000-digit values</a> [Cached copy]

%F a(n) ~ -(-1)^n * 2^(n+1) / n. - _Vaclav Kotesovec_, Jun 13 2020

%t nmax = 40; s = {}; For[j = 1, j <= nmax, j++, AppendTo[s, j*(1 - (-2)^(j - 1))/3 - Sum[s[[d]]*(1 - (-2)^(j - d - 1))/3, {d, j - 1}]]]; Table[Sum[If[Divisible[j, d], MoebiusMu[j/d], 0]*s[[d]], {d, 1, j}]/j, {j, nmax}] (* _Vaclav Kotesovec_, Jun 13 2020 *)

%Y Cf. A065480.

%K sign

%O 0,4

%A _N. J. A. Sloane_, Nov 19 2001

%E More terms from _R. J. Mathar_, Jul 26 2010

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 24 07:53 EDT 2024. Contains 376188 sequences. (Running on oeis4.)