OFFSET
0,1
COMMENTS
a(1) has been checked by the direct computation of the Wiener index (using Maple).
LINKS
A. R. Ashrafi, A. Karbasioun, and M. V. Diudea, Computing Wiener and detour indices of a new type of nanostar dendrimers, MATCH Commun. Math. Comput. Chem. 65, 2011, 193-200.
FORMULA
a(n) = 16351 + 2^n*(26400*n^2 + 52080*n + 40656) + 4^n*(57600*n^2 + 42240*n + 242664).
G.f.: (299671 - 4069110*x + 24021228*x^2 -75420072*x^3 + 131188512*x^4 -120811392*x^5 + 45232640*x^6)/((1-x)*(1-2*x)^3*(1-4*x)^3).
MAPLE
a := proc (n) options operator, arrow: 16351+2^n*(26400*n^2+52080*n+40656)+4^n*(57600*n^2+42240*n+242664) end proc: seq(a(n), n = 0 .. 22);
MATHEMATICA
nn:=19; CoefficientList[Series[(299671 - 4069110*x + 24021228*x^2 -75420072*x^3 + 131188512*x^4 -120811392*x^5 + 45232640*x^6)/((1-x)*(1-2*x)^3*(1-4*x)^3), {x, 0, nn}], x] (* Georg Fischer, Apr 17 2020 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Emeric Deutsch, Jul 21 2013
STATUS
approved