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.

A192418 Molecular topological indices of the complete bipartite graphs K_{n,n}.

Original entry on oeis.org

4, 48, 180, 448, 900, 1584, 2548, 3840, 5508, 7600, 10164, 13248, 16900, 21168, 26100, 31744, 38148, 45360, 53428, 62400, 72324, 83248, 95220, 108288, 122500, 137904, 154548, 172480, 191748, 212400
Offset: 1

Views

Author

Eric W. Weisstein, Jul 10 2011

Keywords

Programs

  • Mathematica
    Table[4n^2(2n-1),{n,30}] (* or *) LinearRecurrence[{4,-6,4,-1},{4,48,180,448},30] (* Harvey P. Dale, Apr 08 2018 *)

Formula

a(n) = 4*n^2*(2*n-1).
a(n) = 4*A015237(n).
G.f.: 4*x*(3*x^2+8*x+1)/(x-1)^4. - Colin Barker, Nov 04 2012
a(n) = 2*n * A002939(n). - Bruce J. Nicholson, Oct 14 2019
E.g.f.: 4*exp(x)*x*(1 + 5*x + 2*x^2). - Stefano Spezia, Oct 15 2019