OFFSET
0,1
COMMENTS
For n>=1, a(n) is the number of edges of the first type of dendrimer nanostar G[n], shown pictorially in the Iranmanesh et al. reference (Fig. 1).
LINKS
A. Iranmanesh, N. A. Gholami, Computing the Szeged index of two type dendrimer nanostars, Croatica Chemica Acta, 81, No. 2, 2008, 299-303.
Index entries for linear recurrences with constant coefficients, signature (3,-2).
FORMULA
G.f.: (87 - 160*x)/((1-x)(1-2*x)). - Vincenzo Librandi, May 30 2018
MAPLE
seq(14*2^n+73, n = 0..40);
MATHEMATICA
Table[14 2^n + 73, {n, 0, 35}] (* Vincenzo Librandi, May 30 2018 *)
LinearRecurrence[{3, -2}, {87, 101}, 40] (* Harvey P. Dale, Dec 07 2019 *)
PROG
(Magma) [14*2^n+73: n in [0..35]]; // Vincenzo Librandi, May 30 2018
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Emeric Deutsch, May 29 2018
STATUS
approved