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.

A181989 Number of independent sets of nodes in graph C_5 x P_n (n >= 0).

Original entry on oeis.org

1, 11, 81, 621, 4741, 36211, 276561, 2112241, 16132281, 123210611, 941023441, 7187084861, 54891500621, 419234905211, 3201914754721, 24454686308481, 186773143027761, 1426483517982011, 10894795654704401, 83209214029813101, 635511992964231701, 4853735225243983011
Offset: 0

Views

Author

Cesar Bautista, Apr 04 2012

Keywords

Crossrefs

Row 5 of A286513.

Formula

a(n) = 7*a(n-1) + 5*a(n-2) - a(n-3) with a(0)=1, a(1)=11, a(2)=81.
G.f.: (1+4*x-x^2)/(x^3-5*x^2-7*x+1).