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.

A246176 The hyper-Wiener index of the Lucas cube Lambda(n) (n>=2).

Original entry on oeis.org

5, 12, 66, 215, 789, 2597, 8540, 27153, 85135, 262482, 799566, 2408718, 7189343, 21282450, 62550312, 182664881, 530391339, 1532152571, 4405406030, 12613400079, 35974991437, 102242458164, 289632199980, 818005152300, 2303856458345, 6471890313480, 18136792078398
Offset: 2

Views

Author

Emeric Deutsch, Aug 18 2014

Keywords

Comments

The Lucas cube Lambda(n) can be defined as the graph whose vertices are the binary strings of length n without either two consecutive 1's or a 1 in the first and in the last position, and in which two vertices are adjacent when their Hamming distance is exactly 1.

Crossrefs

Cf. A246175.

Programs

  • Maple
    g := z^2*(5-18*z+24*z^2-14*z^3+3*z^4-z^5)/((1+z)^3*(z^2-3*z+1)^3): gser := series(g, z = 0, 40): seq(coeff(gser, z, j), j = 2 .. 35);

Formula

G.f.: z^2(5-18z+24z^2-14z^3+3z^4-z^5)/((1+z)^3*(1-3*z+z^2)^3).