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.

A324486 G.f. = (1-3*x+x^2)^3*(1+3*x+x^2)^3*(1-x^2)^10/((1-4*x-x^2)*(1-x-x^2)^6*(1+x-x^2)^9).

Original entry on oeis.org

1, 1, 1, 22, 53, 319, 1222, 5357, 22814, 95711, 409402, 1723313, 7327733, 30977386, 131351989, 556154467, 2356344131, 9980896486, 42280500142, 179102657228, 758687704322, 3213865245350, 13614106736560, 57670398570710, 244295410576130
Offset: 0

Views

Author

N. J. A. Sloane, Mar 12 2019

Keywords

Programs

  • PARI
    Vec((1-3*x+x^2)^3*(1+3*x+x^2)^3*(1-x^2)^10/((1-4*x-x^2)*(1-x-x^2)^6*(1+x-x^2)^9) + O(x^40)) \\ Colin Barker, Mar 13 2019