login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A158525 Number of connected spanning subgraphs and number of forests of the wheel graph W_n. 0
38, 134, 462, 1582, 5406, 18462, 63038, 215230, 734846, 2508926, 8566014, 29246206, 99852798, 340918782, 1163969534, 3974040574, 13568223230, 46324811774, 158162800638, 540001579006, 1843680714750, 6294719700990 (list; graph; refs; listen; history; internal format)
OFFSET

4,1

COMMENTS

The wheel graph W_n has n vertices and 2n-2 edges. A single vertex is connected to all vertices of an (n-1)-cycle.

LINKS

Weisstein, Eric W. "Wheel graph".

Wikipedia "Wheel graph".

FORMULA

G.f.: (38-56*x+20*x^2)*x^4 / (6*x^2+1-5*x-2*x^3).

MAPLE

a:= n-> `if` (n<4, 0, (Matrix([[5, 1, 0], [ -6, 0, 1], [2, 0, 0]])^n)[3, 2]): seq (a(n), n=4..30);

CROSSREFS

Sequence in context: A044670 A118633 A004076 * A044370 A044751 A164093

Adjacent sequences:  A158522 A158523 A158524 * A158526 A158527 A158528

KEYWORD

nonn

AUTHOR

Alois P. Heinz (heinz(AT)hs-heilbronn.de), Mar 20 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 10:43 EST 2012. Contains 205904 sequences.