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.

A054130 T(n,4), array T as in A054126.

Original entry on oeis.org

2, 11, 58, 236, 802, 2396, 6508, 16448, 39331, 90102, 199652, 431128, 912644, 1902808, 3921896, 8014336, 16273829, 32893762, 66268224, 133194248, 267276526, 535737092, 1073034964, 2148105728, 4298841031, 8601047918, 17206367884, 34418115384, 68842955288
Offset: 4

Views

Author

Keywords

Programs

  • PARI
    Vec(x^4*(x-2)*(x^2-x+1)*(x^6-6*x^5+15*x^4-19*x^3+12*x^2-3*x+1)/((x-1)^8*(2*x-1)) + O(x^100)) \\ Colin Barker, Jan 26 2014

Formula

G.f.: x^4*(x-2)*(x^2-x+1)*(x^6-6*x^5+15*x^4-19*x^3+12*x^2-3*x+1) / ((x-1)^8*(2*x-1)). - Colin Barker, Jan 26 2014

Extensions

More terms from Colin Barker, Jan 26 2014