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”).

A224431
The Wiener index of the dendrimer D_2[n], defined pictorially in the A. R. Ashrafi et al. reference.
1
224, 4878, 46250, 322146, 1914578, 10351026, 52620146, 256370418, 1211362802, 5594160114, 25382926322, 113581912050, 502582927346, 2203470381042, 9586688622578, 41438522310642, 178122308583410, 761964546228210, 3245764578377714
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, No. 2, 2012, 127-130.
FORMULA
a(n) = -14+4846*2^n+1056*2^n*n+2880*4^n*n-4608*4^n.
G.f. = 2(112+983z-1414z^2-32z^3+288z^4)/[(1-z)(1-2z)^2(1-4z)^2].
MAPLE
a := proc (n) options operator, arrow: -14+4846*2^n+1056*2^n*n+2880*4^n*n-4608*4^n end proc: seq(a(n), n = 0 .. 18);
CROSSREFS
Sequence in context: A341048 A232804 A032802 * A280858 A281604 A007771
KEYWORD
nonn,easy
AUTHOR
Emeric Deutsch, Apr 06 2013
STATUS
approved