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!)
A221045 The hyper-Wiener index of the Bethe cactus lattice graph C_n defined pictorially in the Hosoya - Balasubramanian reference. 1
10, 792, 22002, 419568, 6592794, 92192136, 1193312130, 14623811808, 172078919466, 1962477443832, 21832497397266, 238041018275280, 2552456907780666, 26988260347784040, 281967905150124450, 2915727266397879744, 29880877053048885834, 303816557606831292120 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
REFERENCES
K. Balasubramanian, Recent developments in tree-pruning methods and polynomials for cactus graphs and trees, J. Math. Chemistry, 4 (1990) 89-102.
H. Hosoya, K. Balasubramanian, Exact dimer statistics and characteristic polynomials of cacti lattices, Theor. Chim. Acta 76 (1989) 315-329.
LINKS
FORMULA
a(n) = (3/2)-3^(n-1)*53+3^(2*n-2)*(64*n^2-148*n)+(97/6)*3^(2*n).
G.f.: 2*x*(5+241*x+495*x^2+27*x^3)/((1-x)*(1-3*x)*(1-9*x)^3). - Bruno Berselli, Dec 30 2012
MAPLE
a := proc (n) options operator, arrow: 3/2-53*3^(n-1)+3^(2*n-2)*(64*n^2-148*n)+(97/6)*3^(2*n) end proc: seq(a(n), n = 1 .. 18);
CROSSREFS
Cf. A221044.
Sequence in context: A159709 A222689 A242373 * A015057 A302133 A322918
KEYWORD
nonn,easy
AUTHOR
Emeric Deutsch, Dec 30 2012
EXTENSIONS
Offset changed from 0 to 1 by Bruno Berselli, Dec 30 2012
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 25 12:15 EDT 2024. Contains 371969 sequences. (Running on oeis4.)