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.

A291311 Expansion of (1-x^2)/((1-x-x^2)*(1-x-x^4)).

Original entry on oeis.org

1, 2, 3, 5, 9, 16, 27, 45, 75, 125, 207, 341, 560, 918, 1502, 2453, 4000, 6515, 10601, 17235, 28000, 45461, 73773, 119665, 194033, 314519, 509685, 825768, 1337612, 2166360, 3508085, 5680122, 9196043, 14886981, 24097953, 39005540, 63131935, 102176733, 165362855, 267614381
Offset: 0

Views

Author

Roger L. Bagula, Aug 21 2017

Keywords

Crossrefs

Cf. A131298.

Programs

  • Mathematica
    LinearRecurrence[{2,0,-1,1,-1,-1},{1,2,3,5,9,16},40] (* Harvey P. Dale, Apr 18 2018 *)
  • PARI
    my(x='x+O('x^50)); Vec((1 - x^2)/((1-x-x^2)*(1-x-x^4))) \\ Michel Marcus, Jun 25 2023

Formula

G.f.: (1-x^2)/((1-x-x^2)*(1-x-x^4)).