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.

Showing 1-2 of 2 results.

A111990 Convolution of A111989 with itself.

Original entry on oeis.org

1, 12, 108, 848, 6192, 43200, 292224, 1933056, 12572928, 80702464, 512532480, 3226742784, 20166803456, 125262102528, 773910872064, 4759428268032, 29151365234688, 177913041518592, 1082361265782784, 6565932190138368
Offset: 0

Views

Author

Wolfdieter Lang, Sep 12 2005

Keywords

Crossrefs

Cf. A111991 (second convolution of A111989).

Programs

  • Mathematica
    CoefficientList[Series[1/(1-6x+8x^3)^2,{x,0,30}],x] (* or *) LinearRecurrence[{12,-36,-16,96,0,-64},{1,12,108,848,6192,43200},30] (* Harvey P. Dale, Dec 07 2022 *)
  • PARI
    Vec(1/(1-6*x+8*x^3)^2 + O(x^30)) \\ Michel Marcus, Mar 11 2016

Formula

G.f.: 1/(1-6*x+8*x^3)^2.
a(n) = (2*(n+1)*b(n+1)-(n+3)*b(n)-4*(n+2)*b(n-1))/9, with b(n):=A111989(n).

A111989 G.f.: 1/(1-6*x+8*x^3).

Original entry on oeis.org

1, 6, 36, 208, 1200, 6912, 39808, 229248, 1320192, 7602688, 43782144, 252131328, 1451966464, 8361541632, 48152199168, 277297463296, 1596892446720, 9196137086976, 52958442815488, 304975517319168, 1756284007219200
Offset: 0

Views

Author

Wolfdieter Lang, Sep 12 2005

Keywords

References

  • Charles Jordan, Calculus of Finite Differences, Chelsea, 1965, p. 43. See the reference to L. Euler there.

Crossrefs

Cf. A111990 (first convolution), A111991 (second convolution).

Formula

a(n)= 6*a(n-1)-8*a(n-3), a(-2)= 0 =a(-1), a(0)=1, (or a(j)=6^j, j=0, 1, 2).
Showing 1-2 of 2 results.