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-1 of 1 results.

A091596 Expansion of x(1-2x^2)/(1-x-2x^2)^2.

Original entry on oeis.org

0, 1, 2, 5, 12, 27, 62, 137, 304, 663, 1442, 3109, 6676, 14259, 30342, 64321, 135928, 286415, 601962, 1262173, 2640860, 5514731, 11495502, 23923065, 49710272, 103148807, 213754162, 442421397, 914668964, 1888990243, 3897285142
Offset: 0

Views

Author

Paul Barry, Jan 23 2004

Keywords

Comments

Second column of A091595.

Programs

  • Mathematica
    CoefficientList[Series[x (1-2x^2)/(1-x-2x^2)^2,{x,0,30}],x] (* or *) LinearRecurrence[{2,3,-4,-4},{0,1,2,5},40] (* Harvey P. Dale, Dec 01 2015 *)
Showing 1-1 of 1 results.