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.

A169714 The function W_5(2n) (see Borwein et al. reference for definition).

Original entry on oeis.org

1, 5, 45, 545, 7885, 127905, 2241225, 41467725, 798562125, 15855173825, 322466645545, 6687295253325, 140927922498025, 3010302779775725, 65046639827565525, 1419565970145097545, 31249959913055650125, 693192670456484513025
Offset: 0

Views

Author

N. J. A. Sloane, Apr 17 2010

Keywords

Comments

Row sums of the fourth power of A008459. - Peter Bala, Mar 05 2013

Crossrefs

Programs

Formula

Sum_{n>=0} a(n)*x^n/n!^2 = (Sum_{n>=0} x^n/n!^2)^5 = BesselI(0, 2*sqrt(x))^5. - Peter Bala, Mar 05 2013
D-finite with recurrence: n^4*a(n) = (35*n^4 - 70*n^3 + 63*n^2 - 28*n + 5)*a(n-1) - (n-1)^2*(259*n^2 - 518*n + 285)*a(n-2) + 225*(n-2)^2*(n-1)^2*a(n-3). - Vaclav Kotesovec, Mar 09 2014
a(n) ~ 5^(2*n+5/2) / (16 * Pi^2 * n^2). - Vaclav Kotesovec, Mar 09 2014