login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A227706 The hyper-Wiener index of the nanostar dendrimer defined pictorially as G(n) in the Darafsheh et al. reference. 1
477, 16515, 222975, 2038455, 15095079, 98153991, 584951751, 3276557127, 17527771719, 90505289799, 454449839175, 2230961075271, 10750358250567, 51003115291719, 238802012701767, 1105498179306567, 5067682186396743, 23031604974453831, 103882403285042247 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
a(2) has been checked by the direct computation of the Wiener index (using Maple).
REFERENCES
M. R. Darafsheh, M. H. Khalifeh, Calculation of the Wiener, Szeged, and PI indices of a certain nanostar dendrimer, Ars Comb., 100, 2011, 289-298.
LINKS
FORMULA
a(n) = 4^n*(5184*n^2 - 10368*n + 18696) - 2^n*19314 + 1095.
G.f.: 9*(53 +1040*x + 1808*x^2 +384*x^3)/((1-x)*(1-2*x)*(1-4*x)^3).
MAPLE
a := proc (n) options operator, arrow: 4^n*(5184*n^2-10368*n+18696)-19314*2^n+1095 end proc: seq(a(n), n = 0 .. 22);
MATHEMATICA
LinearRecurrence[{15, -86, 232, -288, 128}, {477, 16515, 222975, 2038455, 15095079}, 20] (* Harvey P. Dale, Nov 09 2022 *)
CROSSREFS
Cf. A227705.
Sequence in context: A216141 A325822 A224453 * A261816 A352265 A020375
KEYWORD
nonn,easy
AUTHOR
Emeric Deutsch, Jul 29 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 09:22 EDT 2024. Contains 371905 sequences. (Running on oeis4.)