login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A227494
The Wiener index of the nanostar dendrimer D_n, defined pictorially as NS[n] in the Yang et al. reference.
1
1437, 18915, 170799, 1224231, 7577943, 42506295, 222662391, 1110797943, 5346791799, 25055240055, 115015961463, 519520043895, 2316518945655, 10221182047095, 44708102116215, 194132294964087, 837742493569911, 3595852736893815
OFFSET
0,1
COMMENTS
a(2) has been checked by the direct computation of the Wiener index (using Maple).
REFERENCES
L. Yang, Connectivity, PI and vertex-Pi indices and polynomials of an infinite class of dendrimer nanostars, International J. Physical Sciences, 7(9), 2012, 1420-1423.
FORMULA
a(n) = 4983 + 2^n*(15048*n + 29502) + 4^n*(14256*n - 33048).
G.f.: 3*(479 + 78*x + 5624*x^2 + 576*x^3 + 8192*x^4)/((1-x)*(1-2*x)^2*(1-4*x)^2).
MAPLE
a := proc (n) options operator, arrow: 4983+2^n*(15048*n+29502)+4^n*(14256*n-33048) end proc: seq(a(n), n = 0 .. 20);
CROSSREFS
Cf. A227495.
Sequence in context: A245948 A221004 A204862 * A352249 A351677 A101798
KEYWORD
nonn,easy
AUTHOR
Emeric Deutsch, Jul 17 2013
STATUS
approved