|
|
A304611
|
|
a(n) = 155*n - 38.
|
|
2
|
|
|
117, 272, 427, 582, 737, 892, 1047, 1202, 1357, 1512, 1667, 1822, 1977, 2132, 2287, 2442, 2597, 2752, 2907, 3062, 3217, 3372, 3527, 3682, 3837, 3992, 4147, 4302, 4457, 4612, 4767, 4922, 5077, 5232, 5387, 5542, 5697, 5852, 6007, 6162, 6317, 6472, 6627, 6782, 6937, 7092, 7247, 7402, 7557, 7712
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,1
|
|
COMMENTS
|
a(n) is the second Zagreb index of the polymer B(n,2), defined pictorially in the Bodroza-Pantic et al. reference (Fig. 4).
The second Zagreb index of a simple connected graph is the sum of the degree products d(i)d(j) over all edges ij of the graph.
The M-polynomial of B[n,2] is M(B[n,2]; x,y) = 2*(n+2)*x^2*y^2 + 8*n*x^2*y^3 + (11*n-6)*x^3*y^3.
|
|
LINKS
|
|
|
FORMULA
|
G.f.: x*(117 + 38*x) / (1 - x)^2.
a(n) = 2*a(n-1) - a(n-2) for n>2.
(End)
|
|
MAPLE
|
seq(155*n-38, n = 1 .. 50);
|
|
PROG
|
(PARI) Vec(x*(117 + 38*x) / (1 - x)^2 + O(x^50)) \\ Colin Barker, May 29 2018
|
|
CROSSREFS
|
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
|
|
STATUS
|
approved
|
|
|
|