login
A192418
Molecular topological indices of the complete bipartite graphs K_{n,n}.
0
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, 234484, 258048, 283140, 309808, 338100, 368064, 399748, 433200
OFFSET
1,1
LINKS
Eric Weisstein's World of Mathematics, Complete Bipartite Graph.
Eric Weisstein's World of Mathematics, Molecular Topological Index.
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
From Amiram Eldar, Dec 11 2025: (Start)
Sum_{n>=1} 1/a(n) = log(2) - Pi^2/24.
Sum_{n>=1} (-1)^(n+1)/a(n) = Pi/4 - Pi^2/48 - log(2)/2. (End)
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 *)
CROSSREFS
Sequence in context: A048608 A366492 A275033 * A162673 A002287 A273335
KEYWORD
nonn,easy
AUTHOR
Eric W. Weisstein, Jul 10 2011
EXTENSIONS
More terms from Amiram Eldar, Dec 11 2025
STATUS
approved