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.

A182077 Number of independent sets of nodes in the generalized Petersen graph G(2n+1,2) (n>=1).

Original entry on oeis.org

13, 76, 435, 2461, 13971, 79197, 449188, 2547179, 14445169, 81917079, 464547653, 2634418076, 14939621779, 84721638085, 480451043995, 2724607324221, 15451075136020, 87622065595371, 496899168779481, 2817883624638175, 15980039054921477, 90621786488479756
Offset: 0

Views

Author

Cesar Bautista, Apr 10 2012

Keywords

Programs

  • Mathematica
    LinearRecurrence[{3,15,3,-13,4},{13,76,435,2461,13971},30] (* Harvey P. Dale, Jul 22 2013 *)

Formula

a(n) = 3*a(n-1)+15*a(n-2)+3*a(n-3)-13*a(n-4)+4*a(n-5) with a(0)=13,a(1)=76,a(2)=435,a(3)=2461,a(4)=13971.
G.f.: (-4*x^4+23*x^3-12*x^2-37*x-13)/(4*x^5-13*x^4+3*x^3+15*x^2+3*x-1).