cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A117973 a(n) = 2^(wt(n)+1), where wt() = A000120().

This page as a plain text file.
%I A117973 #20 Feb 16 2025 08:33:00
%S A117973 2,4,4,8,4,8,8,16,4,8,8,16,8,16,16,32,4,8,8,16,8,16,16,32,8,16,16,32,
%T A117973 16,32,32,64,4,8,8,16,8,16,16,32,8,16,16,32,16,32,32,64,8,16,16,32,16,
%U A117973 32,32,64,16,32,32,64,32,64,64,128,4,8,8,16,8,16,16,32,8,16,16,32,16,32
%N A117973 a(n) = 2^(wt(n)+1), where wt() = A000120().
%C A117973 Denominator of Zeta'(-2n).
%C A117973 If Gould's sequence A001316 is written as a triangle, this is what the rows converge to. In other words, let S_0 = [2], and construct S_{n+1} by following S_n with 2*S_n. Then this is S_{oo}. - _N. J. A. Sloane_, May 30 2009
%C A117973 In A160464 the coefficients of the ES1 matrix are defined. This matrix led to the discovery that the successive differences of the ES1[1-2*m,n] coefficients for m = 1, 2, 3, ..., are equal to the values of Zeta'(-2n), see also A094665 and A160468. - _Johannes W. Meijer_, May 24 2009
%H A117973 J. Sondow and E. W. Weisstein, <a href="https://mathworld.wolfram.com/RiemannZetaFunction.html">MathWorld: Riemann Zeta Function</a>
%F A117973 For n>=0, a(n) = 2 * A001316(n). - _N. J. A. Sloane_, May 30 2009
%F A117973 For n>0, a(n) = 4 * A048896(n). - _Peter Luschny_, May 02 2009
%F A117973 a(0) = 2; for n>0, write n = 2^i + j where 0 <= j < 2^i; then a(n) = 2*a(j).
%F A117973 a((2*n+1)*2^p-1) = 2^(p+1) * A001316(n), p >= 0. - _Johannes W. Meijer_, Jan 28 2013
%e A117973 -zeta(3)/(4*Pi^2), (3*zeta(5))/(4*Pi^4), (-45*zeta(7))/(8*Pi^6), (315*zeta(9))/(4*Pi^8), (-14175*zeta(11))/(8*Pi^10), ...
%p A117973 S := [2]; S := [op(S), op(2*S)]; # repeat ad infinitum! - _N. J. A. Sloane_, May 30 2009
%p A117973 a := n -> 2^(add(i,i=convert(n,base,2))+1); # _Peter Luschny_, May 02 2009
%t A117973 Denominator[(2*n)!/2^(2*n + 1)]
%Y A117973 Cf. A001316, A117972, A160464, A094665, A160468, A220466.
%K A117973 nonn,frac
%O A117973 0,1
%A A117973 _Eric W. Weisstein_, Apr 06 2006
%E A117973 Entry revised by _N. J. A. Sloane_, May 30 2009