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!)
A142988 a(1) = 1, a(2) = 3, a(n+2) = 3*a(n+1) + (n + 1)*(n + 3)*a(n). 6
1, 3, 17, 96, 696, 5448, 49752, 492480, 5457600, 65128320, 850296960, 11864240640, 178442611200, 2848854758400, 48517709184000, 872011090944000, 16589133517824000, 331426982928384000, 6966369015201792000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
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} (-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 series: 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.
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).
O.g.f. for the p_m(x): Sum_{k >= 0} 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 + ....
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.]).
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 behavior of a(n) for large n is given by lim_{n -> oo} a(n)/b(n) = 2*Sum_{k >= 1} (-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 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).
For related results see A142979 and A142983.
REFERENCES
Bruce C. Berndt, Ramanujan's Notebooks Part II, Springer-Verlag.
LINKS
D. Bump, K. Choi, P. Kurlberg and J. Vaaler, A local Riemann hypothesis, I, Math. Zeit. 233, (2000), 1-19.
Hyun Kwang Kim, On Regular Polytope Numbers, Proc. Amer. Math. Soc., 131 (2003), 65-75.
FORMULA
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.
Limit_{n -> oo} a(n)/b(n) = 1/(3 + 1*3/(3 + 2*4/(3 + 3*5/(3 + ... + (n - 1)*(n + 1)/(3 + ...))))) = 2*Sum_{k >= 1} (-1)^(k+1)/(k*(k + 1)*(k + 2)) = 4*log(2) - 5/2.
MAPLE
a := n -> (n+2)!*sum ((-1)^(k+1)/(k*(k+1)*(k+1)), k = 1..n): seq(a(n), n = 1..20);
CROSSREFS
Sequence in context: A370570 A302871 A010913 * A356267 A056660 A155610
KEYWORD
easy,nonn
AUTHOR
Peter Bala, Jul 17 2008
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 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)