OFFSET
1,1
COMMENTS
a(1) and a(2) have been checked by the direct computation of the Wiener index (using Maple).
LINKS
Colin Barker, Table of n, a(n) for n = 1..1000
A. Iranmanesh, N. A. Gholami, Computing the Szeged index of two type dendrimer nanostars, Croatica Chemica Acta, 81, No. 2, 2008, 299-303.
T. Tada, D. Nozaki, M. Kondo, K. Yoshizawa, Molecular orbital interactions in the nanostar dendrimer, J. Phys. Chem. B 107, 2003, 14204-14210.
Index entries for linear recurrences with constant coefficients, signature (13,-64,148,-160,64).
FORMULA
a(n) = 22323 + 2^n*(9018 + 2664*n) + 4^n*(216 + 432*n).
G.f.: 3*x*(16093 - 176880*x + 694732*x^2 - 1140192*x^3 + 673216*x^4)/((1 - x)*(1 - 2*x)^2*(1 - 4*x)^2).
a(n) = 13*a(n-1) - 64*a(n-2) + 148*a(n-3) - 160*a(n-4) + 64*a(n-5) for n>5. - Colin Barker, May 30 2018
MAPLE
a := proc (n) options operator, arrow: 22323+2^n*(9018+2664*n)+4^n*(216+432*n) end proc: seq(a(n), n = 1 .. 20);
PROG
(PARI) Vec(3*x*(16093 - 176880*x + 694732*x^2 - 1140192*x^3 + 673216*x^4) / ((1 - x)*(1 - 2*x)^2*(1 - 4*x)^2) + O(x^20)) \\ Colin Barker, May 30 2018
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Emeric Deutsch, Jul 21 2013
STATUS
approved