OFFSET
0,1
COMMENTS
a(n) is the number of edges in the polyphenylene dendrimer G[n], defined pictorially in the Arif et al. reference (see Fig. 1, where G[2] is shown).
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 (3,-2).
FORMULA
From Colin Barker, May 31 2018: (Start)
G.f.: 28*(1 + 3*x) / ((1 - x)*(1 - 2*x)).
a(n) = 3*a(n-1) - 2*a(n-2) for n>1.
(End)
MAPLE
seq(140*2^n-112, n = 0..40);
PROG
(PARI) Vec(28*(1 + 3*x) / ((1 - x)*(1 - 2*x)) + O(x^40)) \\ Colin Barker, May 31 2018
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Emeric Deutsch, May 30 2018
STATUS
approved