OFFSET
0,1
COMMENTS
a(2) has been checked by the direct computation of the Wiener index (using Maple).
REFERENCES
A. R. Ashrafi and H. Shabani, Computing Padmakar-Ivan index of four classes of dendrimers, Bulgarian Chem. Comm., 44, N0. 2, 2012, 127-130.
LINKS
Harvey P. Dale, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (13,-64,148,-160,64).
FORMULA
a(n) = - 2655 + 26907*2^n + 16245*n*4^n -24168*4^n -570*n*2^n.
G.f. = 3(28+5745z+230z^2-34880z^3+20912z^4)/[(1-z)(1-2z)^2*(1-4z)^2].
MAPLE
a := proc (n) options operator, arrow: -2655+26907*2^n+16245*4^n*n-24168*4^n-570*2^n*n end proc: seq(a(n), n = 0 .. 18);
MATHEMATICA
LinearRecurrence[{13, -64, 148, -160, 64}, {84, 18327, 233565, 1771209, 10839249}, 20] (* Harvey P. Dale, Feb 11 2025 *)
CROSSREFS
KEYWORD
nonn,easy,changed
AUTHOR
Emeric Deutsch, Apr 06 2013
STATUS
approved