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.

A260346 Expansion of x^2*((1 - 12*x + 50*x^2 - 76*x^3 + 42*x^4 - 48*x^5 + 32*x^6)/(1 - 4*x)^4 + 4*x^2/(1 - 4*x)^(5/2)).

Original entry on oeis.org

0, 0, 1, 4, 22, 124, 706, 3968, 21880, 118192, 625776, 3251744, 16610072, 83537520, 414288080, 2028760544, 9822006896, 47063458528, 223408338400, 1051514839104, 4910856580376, 22772597352944, 104914684398352, 480457417780320, 2188115766353616, 9914318477830304, 44708936142838816
Offset: 0

Views

Author

N. J. A. Sloane, Aug 02 2015

Keywords

Crossrefs

Cf. A005436.

Programs

  • Maple
    t1:=x^2*( (1-12*x+50*x^2-76*x^3+42*x^4-48*x^5+32*x^6)/(1-4*x)^4 + 4*x^2/(1-4*x)^(5/2));
    series(t1,x,40);
    seriestolist(%);

Formula

G.f.: x^2*((1 - 12*x + 50*x^2 - 76*x^3 + 42*x^4 - 48*x^5 + 32*x^6)/(1 - 4*x)^4 + 4*x^2/(1 - 4*x)^(5/2)).