login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A277977 a(n) = n*(1-3n+2*n^2+2*n^3)/2. 0
0, 1, 19, 96, 298, 715, 1461, 2674, 4516, 7173, 10855, 15796, 22254, 30511, 40873, 53670, 69256, 88009, 110331, 136648, 167410, 203091, 244189, 291226, 344748, 405325, 473551, 550044, 635446, 730423, 835665, 951886, 1079824, 1220241, 1373923, 1541680, 1724346 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
For n>=3, a(n) is the second Zagreb index of the graph obtained by joining one vertex of a complete graph K[n] with each vertex of a second complete graph K[n].
The second Zagreb index of a simple connected graph g is the sum of the degree products d(i)d(j) over all edges ij of g.
LINKS
FORMULA
G.f.: x*(1+x)*(1+13*x-2*x^2)/(1-x)^5. - Robert Israel, Nov 07 2016
EXAMPLE
a(4) = 298. Indeed, the corresponding graph has 16 edges. We list the degrees of their endpoints: (3,3), (3,3), (3,3), (3,7), (3,7), (3,7), (4,4), (4,4), (4,4), (4,4), (4,4), (4,4), (4,7), (4,7), (4,7), (4,7). Then, the second Zagreb index is 3*9 + 3*21 + 6*16 + 4*28 = 298.
MAPLE
seq((1/2)*n*(1-3*n+2*n^2+2*n^3), n = 0 .. 45);
PROG
(PARI) a(n) = n*(1-3*n+2*n^2+2*n^3)/2 \\ Felix Fröhlich, Nov 07 2016
(PARI) concat(0, Vec(x*(1+x)*(1+13*x-2*x^2)/(1-x)^5 + O(x^40))) \\ Felix Fröhlich, Nov 07 2016
CROSSREFS
Cf. A213820.
Sequence in context: A109513 A173368 A041696 * A080187 A362301 A142170
KEYWORD
nonn,easy
AUTHOR
Emeric Deutsch, Nov 07 2016
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)