OFFSET
0,1
COMMENTS
a(n) is the number of edges of the nanostar dendrimer NS[n] from the Mirzargar reference.
LINKS
Colin Barker, Table of n, a(n) for n = 0..1000
M. Mirzargar, PI, Szeged and edge Szeged polynomials of a dendrimer nanostar, MATCH, Commun. Math. Comput. Chem. 62, 2009, 363-370.
Index entries for linear recurrences with constant coefficients, signature (3,-2).
FORMULA
From Colin Barker, May 17 2018: (Start)
G.f.: 3*(14 + x) / ((1 - x)*(1 - 2*x)).
a(n) = 3*a(n-1) - 2*a(n-2) for n>1. (End)
MAPLE
seq(87*2^n-45, n = 0 .. 40);
MATHEMATICA
87*2^Range[0, 50] - 45 (* Paolo Xausa, Jul 31 2024 *)
PROG
(GAP) List([0..40], n->87*2^n-45); # Muniru A Asiru, May 17 2018
(PARI) a(n) = 87*2^n - 45; \\ Altug Alkan, May 17 2018
(PARI) Vec(3*(14 + x) / ((1 - x)*(1 - 2*x)) + O(x^40)) \\ Colin Barker, May 17 2018
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Emeric Deutsch, May 16 2018
STATUS
approved