OFFSET
0,1
COMMENTS
a(0) has been checked by the direct computation of the Wiener index (using Maple).
LINKS
Colin Barker, Table of n, a(n) for n = 0..1000
N. E. Arif, Roslan Hasni and Saeid Alikhani, Fourth order and fourth sum connectivity indices of polyphenylene dendrimers, J. Applied Science, 12 (21), 2012, 2279-2282.
Index entries for linear recurrences with constant coefficients, signature (13,-64,148,-160,64).
FORMULA
a(n) = -31176 + 136464*2^n + 93600*n*4^n - 31860*n*2^n - 104040*4^n.
G.f.: 24*(52 + 5002*x - 4221*x^2 - 22060*x^3 + 9536*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>4.
MAPLE
a := proc (n) options operator, arrow: -31176+136464*2^n+93600*4^n*n-31860*2^n*n-104040*4^n end proc: seq(a(n), n = 0 .. 18);
PROG
(PARI) Vec(24*(52 + 5002*x - 4221*x^2 - 22060*x^3 + 9536*x^4) / ((1 - x)*(1 - 2*x)^2*(1 - 4*x)^2) + O(x^50)) \\ Colin Barker, May 30 2018
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Emeric Deutsch, Apr 06 2013
STATUS
approved