The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A174001 Number of spanning trees in C_9 X P_n. 2
9, 632025, 23057815104, 763341471963225, 24743382596536452489, 797880028172050676793600, 25694231385152383926116001849, 827147402338052897443922764419225, 26625078176206788678765153788526329856 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Eric Weisstein's World of Mathematics, Cycle Graph
Eric Weisstein's World of Mathematics, Path Graph
Eric Weisstein's World of Mathematics, Spanning Tree
FORMULA
See program.
MAPLE
a:= n-> 9* (Matrix([[0, 1, 265, 50616, 9209545, 1658090689, 297747101520, 53431400864569, 9586723471888105][1+abs(i)]$i=-7..8]). Matrix(16, (i, j)-> if i=j-1 then 1 elif j=1 then [[-427427424, 327381265, -146975161, 38357160, -5699687, 457655, -17736, 265, -1][1+abs(k)]$k=-7..8][i] else 0 fi)^n)[1, 8]^2: seq(a(n), n=1..20);
CROSSREFS
9th column of A173958.
Sequence in context: A058468 A133414 A013850 * A273234 A259159 A340181
KEYWORD
nonn,easy
AUTHOR
Alois P. Heinz, Nov 26 2010
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 June 9 16:14 EDT 2024. Contains 373248 sequences. (Running on oeis4.)