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.

Previous Showing 11-11 of 11 results.

A137195 Even-indexed coefficients related to Kirchhoff index of hexagonal (benzene) chains.

Original entry on oeis.org

1, 6, 19, 64, 185, 542, 1511, 4144, 11329, 29894, 80731, 207696, 556217, 1405566, 3741263, 9328928, 24716353, 60998086, 161022115, 394136864, 1037382905, 2522256670, 6622609463, 16012527312, 41958312193, 100973218566
Offset: 0

Views

Author

R. J. Mathar, Apr 04 2008

Keywords

Comments

Essentially CONV transform of A079496.

Programs

  • Magma
    I:=[1,6,19,64,185,542,1511,4144]; [n le 8 select I[n] else 12*Self(n-2)-38*Self(n-4)+12*Self(n-6)-Self(n-8): n in [1..40]]; // Vincenzo Librandi, Dec 12 2012
  • Mathematica
    CoefficientList[Series[((1 + 3 x - x^2 - x^3)/(1 - 6 x^2 + x^4))^2, {x, 0, 40}], x] (* Vincenzo Librandi, Dec 12 2012 *)

Formula

O.g.f.: ((1+3*x-x^2-x^3)/(1-6*x^2+x^4))^2.
a(n) = 12*a(n-2)-38*a(n-4)+12*a(n-6)-a(n-8).
Previous Showing 11-11 of 11 results.