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.

A259709 a(n) = A259708(n,n-1).

Original entry on oeis.org

0, -1, 0, 4, 22, 78, 240, 679, 1828, 4762, 12132, 30432, 75504, 185875, 455040, 1109540, 2697698, 6545670, 15859128, 38384099, 92832716, 224399570, 542226888, 1309862496, 3163659744, 7640066759, 18448657344, 44545569508, 107553559150, 259675788510
Offset: 1

Views

Author

N. J. A. Sloane, Jul 05 2015

Keywords

Crossrefs

Cf. A259708.

Formula

Empirical: a(n) = 4*a(n-1) - 2*a(n-2) - 6*a(n-3) + 2*a(n-4) + 4*a(n-5) + a(n-6). - Eric M. Schmidt, Jul 10 2015
Empirical: G.f.: -x^2*(-1+2*x^2+4*x) / ( (x^2+2*x-1)*(x^2+x-1)^2 ). - R. J. Mathar, Jul 15 2015

Extensions

More terms from Eric M. Schmidt, Jul 10 2015