Search: id:A142988
Results 1-1 of 1 results found.
%I A142988
%S A142988 1,3,17,96,696,5448,49752,492480,5457600,65128320,850296960,11864240640,
%T A142988 178442611200,2848854758400,48517709184000,872011090944000,
%U A142988 16589133517824000,331426982928384000,6966369015201792000
%N A142988 a(1) = 1, a(2) = 3, a(n+2) = 3*a(n+1)+(n+1)*(n+3)*a(n).
%C A142988 This is the case m = 0 of the general recurrence a(1) = 1, a(2) = 2*m+3,
a(n+2) = (2*m+3)*a(n+1)+(n+1)*(n+3)*a(n) (we suppress the dependence
of a(n) on m), which arises when accelerating the convergence of
the series sum {k = 1..inf} (-1)^(k+1)/(k*(k+1)*(k+2)) = 2*(log(2)
- 5/8). For other cases see A142989 (m=1), A142990 (m=2) and A142991
(m=3). The solution to the general recurrence may be expressed as
a sum: a(n) = (n+2)!*p_m(n+2)*sum {k =1..n} (-1)^(k+1)/(k*(k+1)*(k+2)*p_m(k+1)*p_m(k+2)),
where p_m(x) = 1/(2*x*(x-1))*sum {k = 2..m+2} 2^k*C(m,k-2)*C(x,k).
The first few values are p_0(x) = 1, p_1(x) = (2*x-1)/3, p_2(x) =
(x^2-x+1)/3 and p_3(x) = (2*x^3-3*x^2+7*x-3)/15.
%C A142988 The polynomial p_m(x) is the unique polynomial solution (up to multiplication
by a constant) of the difference equation (x+1)*f(x+1)-(x-2)*f(x-1)
= (2*m+3)f(x).
%C A142988 O.g.f. for the p_m(x): sum {k = 0..inf} p_m(x)*t^m = 1/(2*x*(x-1)*t^2)*((1+t)^x/
(1-t)^(x-1)-1+t-2*x*t) = 1 +(2*x-1)/3*t + (x^2-x+1)/3*t^2 + ... .
%C A142988 These polynomials satisfy a Riemann hypothesis: their zeros all lie on
the vertical line Re x = 1/2 in the complex plane (adapt the proof
of the lemma on p.4 of [BUMP et al.]).
%C A142988 The general recurrence in the first paragraph above has a second solution
b(n) = 1/2*(n+2)!*p_m(n+2), with b(1) = 2*m+3, b(2) = 4*(m^2+3*m+3).
Hence the behaviour of a(n) for large n is given by lim n -> infinity
a(n)/b(n) = 2*sum {k = 1..inf} (-1)^(k+1)/(k*(k+1)*(k+2)*p_m(k+1)*p_m(k+2))
= 1/((2*m+3)+ 1*3/((2*m+3)+ 2*4/((2*m+3)+ 3*5/((2*m+3)+...+ (n-1)*(n+1)/
((2*m+3)+...))))). The final infinite continued fraction has the
value (-1)^m*2*(m+1)*(m+2)*{log(2)-5/8-1/2*{1/(1.2.3)-1/(2.3.4)+1/
(3.4.5)- ...+ (-1)^(m+1)/(m*(m+1)*(m+2))}} for m > 0. This evaluation
follows from a result of Ramanujan; see [Berndt, Chapter 12, Entry
34] (set l = n in Entry 34 and then let n tend to 1).
%C A142988 For related results see A142979 and A142983.
%D A142988 Bruce C. Berndt, Ramanujan's Notebooks Part II, Springer-Verlag.
%H A142988 D. Bump, K. Choi, P. Kurlberg and J. Vaaler, A local Riemann hypothesis, I, Math. Zeit. 233,
(2000), 1-19.
%H A142988 Hyun Kwang Kim,
On regular polytope numbers
%F A142988 a(n) = (n+2)!*sum {k = 1..n} (-1)^(k+1)/(k*(k+1)*(k+2)). Recurrence:
a(1) = 1, a(2) = 3, a(n+2) = 3*a(n+1)+(n+1)*(n+3)*a(n). The sequence
b(n):= 1/2*(n+2)!*p(n+2) satisfies the same recurrence with b(1)
= 3, b(2) = 12. Hence we obtain the finite continued fraction expansion
a(n)/b(n) = 1/(3+1*3/(3+2*4/(3+3*5/(3+...+(n-1)*(n+1)/3)))), for
n >=2. Lim n -> infinity a(n)/b(n) = 1/(3+1*3/(3+2*4/(3+3*5/(3+...+(n-1)*(n+1)/
(3+...))))) = 2*sum {k = 1..inf} (-1)^(k+1)/(k*(k+1)*(k+2)) = 4*log(2)
- 5/2;
%p A142988 a := n -> (n+2)!*sum ((-1)^(k+1)/(k*(k+1)*(k+1)), k = 1..n): seq(a(n),
n = 1..20);
%Y A142988 Cf. A142979, A142983, A142989, A142990, A142991.
%Y A142988 Sequence in context: A086842 A151330 A010913 this_sequence A056660 A155610
A001541
%Y A142988 Adjacent sequences: A142985 A142986 A142987 this_sequence A142989 A142990
A142991
%K A142988 easy,nonn
%O A142988 1,2
%A A142988 Peter Bala (pbala(AT)toucansurf.com), Jul 17 2008
Search completed in 0.001 seconds