login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A142986 a(1) = 1, a(2) = 8, a(n+2) = 8*a(n+1) + (n+1)*(n+2)*a(n). 4
1, 8, 70, 656, 6648, 72864, 862128, 10977408, 149892480, 2187106560, 33985025280, 560578268160, 9786290088960, 180315565516800, 3497645442816000, 71256899266560000, 1521414754578432000, 33975929212194816000 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

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: A056631 A190560 A152263 * A123511 A053729 A020532

Adjacent sequences:  A142983 A142984 A142985 * A142987 A142988 A142989

KEYWORD

easy,nonn

AUTHOR

Peter Bala (pbala(AT)toucansurf.com), Jul 17 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 05:54 EST 2012. Contains 205985 sequences.