|
Search: id:A142986
|
|
|
| A142986 |
|
a(1) = 1, a(2) = 8, a(n+2) = 8*a(n+1) + (n+1)*(n+2)*a(n). |
|
+0 5
|
|
| 1, 8, 70, 656, 6648, 72864, 862128, 10977408, 149892480, 2187106560, 33985025280, 560578268160, 9786290088960, 180315565516800, 3497645442816000, 71256899266560000, 1521414754578432000, 33975929212194816000
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
This is the case m = 4 of the general recurrence a(1) = 1, a(2) = 2*m, a(n+2) = 2*m*a(n+1) + (n+1)*(n+2)*a(n), which arises when accelerating the convergence of a certain series for the constant log(2). See A142983 for remarks on the general case.
|
|
REFERENCES
|
Bruce C. Berndt, Ramanujan's Notebooks Part II, Springer-Verlag.
|
|
FORMULA
|
a(n) = n!*p(n+1)*sum {k = 1..n} (-1)^(k+1)/(p(k)*p(k+1)), where p(n) = (n^4+2*n^2)/3 = A014820(n). Recurrence: a(1) = 1, a(2) = 8, a(n+2) = 8*a(n+1)+(n+1)*(n+2)*a(n). The sequence b(n):= n!*p(n+1) satisfies the same recurrence with b(1) = 8, b(2) = 66. Hence we obtain the finite continued fraction expansion a(n)/b(n) = 1/(8 +1*2/(8 +2*3/(8 +3*4/(8 +...+(n-1)*n/8)))), for n >=2. The behaviour of a(n) for large n is given by lim n -> infinity a(n)/b(n) = sum {k = 1..inf} (-1)^(k+1)/(p(k)*p(k+1)) = 1/(8 +1*2/(8 +2*3/(8 +3*4/(8 +...+n*(n+1)/(8 +...))))) = 17/3 - 8*log(2), where the final equality follows by a result of Ramanujan (see [Berndt, Chapter 12, Entry 32(i)]).
|
|
MAPLE
|
p := n -> (n^4+2*n^2)/3: a := n -> n!*p(n+1)*sum ((-1)^(k+1)/(p(k)*p(k+1)), k = 1..n): seq(a(n), n = 1..20);
|
|
CROSSREFS
|
Cf. A014820, A142983, A142984, A142985, A142987.
Sequence in context: A124152 A056631 A152263 this_sequence A123511 A053729 A020532
Adjacent sequences: A142983 A142984 A142985 this_sequence A142987 A142988 A142989
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
Peter Bala (pbala(AT)toucansurf.com), Jul 17 2008
|
|
|
Search completed in 0.002 seconds
|