[go: up one dir, main page]

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!)
A227707 The terminal Wiener index of the dendrimer D_n defined pictorially in Fig. 1 of the Heydari et al. reference. 3
12, 78, 444, 2328, 11568, 55392, 258240, 1180032, 5309184, 23594496, 103812096, 452990976, 1962946560, 8455741440, 36238835712, 154618920960, 657130192896, 2783139201024, 11751031308288, 49478024822784, 207807700795392, 870813215490048, 3641582523777024, 15199648767541248 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
REFERENCES
A. Heydari, I. Gutman, On the terminal index of thorn graphs, Kragujevac J. Sci., 32, 2010, 57-64.
LINKS
FORMULA
a(n) = 3*2^n + 9*4^n*(n+1).
G.f.: 6*(2-7*x+8*x^2)/((1-2*x)*(1-4*x)^2).
MAPLE
a := proc (n) options operator, arrow: 3*2^n+9*4^n*(n+1) end proc: seq(a(n), n = 0 .. 25);
MATHEMATICA
CoefficientList[Series[6 (2 - 7 x + 8 x^2) / ((1 - 2 x) (1 - 4 x)^2), {x, 0, 30}], x] (* Vincenzo Librandi, Aug 04 2013 *)
PROG
(Magma) [3*2^n+9*4^n*(n+1): n in [0..25]]; // Vincenzo Librandi, Aug 04 2013
CROSSREFS
Sequence in context: A124863 A022577 A321949 * A189493 A199492 A200055
KEYWORD
nonn,easy
AUTHOR
Emeric Deutsch, Aug 02 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 August 29 21:34 EDT 2024. Contains 375518 sequences. (Running on oeis4.)