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.

A193396 Hyper-Wiener index of a benzenoid consisting of a double-step zig-zag chain of n hexagons (n >= 2, s = 2123; see the Gutman et al. reference).

Original entry on oeis.org

215, 636, 1557, 3162, 5875, 10008, 16113, 24630, 36239, 51508, 71245, 96146, 127147, 165072, 210985, 265838, 330823, 407020, 495749, 598218, 715875, 850056, 1002337, 1174182, 1367295, 1583268, 1823933, 2091010, 2386459, 2712128, 3070105, 3462366, 3891127, 4358492
Offset: 2

Views

Author

Emeric Deutsch, Jul 25 2011

Keywords

Crossrefs

Programs

  • Magma
    [(8*n^4 + 24*n^3 + 28*n^2 + 213*n + 33*(-1)^n - 246)/3: n in [2..40]]; // Vincenzo Librandi, Jul 26 2011
    
  • Maple
    a := proc (n) options operator, arrow: (8/3)*n^4+8*n^3+(28/3)*n^2+71*n+11*(-1)^n-82 end proc: seq(a(n), n = 2 .. 35);
  • PARI
    a(n)=(8*n^4+24*n^3+28*n^2+213*n+33*(-1)^n-246)/3 \\ Charles R Greathouse IV, Jul 28 2011

Formula

a(n) = (8*n^4 + 24*n^3 + 28*n^2 + 213*n + 33*(-1)^n - 246)/3.
G.f.: x^2*(215 - 224*x + 88*x^2 + 114*x^3 - 63*x^4 - 2*x^5)/((1+x)*(1-x)^5). - Bruno Berselli, Jul 27 2011