|
| |
|
|
A147878
|
|
The number of degree sequences with degree sum 2n representable by a connected graph (with multiple edges allowed)
|
|
0
| |
|
|
1, 2, 5, 11, 23, 46, 86, 156, 273, 463, 766, 1241, 1969, 3073, 4723, 7157, 10711, 15850, 23206, 33654, 48373, 68955, 97544, 137002, 191125, 264955, 365127, 500349, 682018, 924982, 1248502, 1677530, 2244229, 2989952, 3967732, 5245354, 6909211
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 2,2
|
|
|
REFERENCES
| Rodseth, O. J., Sellers, J. A. and Tverberg, H., Enumeration of the Degree Sequences of Non-Separable Graphs and Connected Graphs, to appear in European Journal of Combinatorics
|
|
|
FORMULA
| a(n) = p(2n) - p(n-1) - 2*sum(p(j), j=0..n-2)
|
|
|
MAPLE
| with(combinat): for m to 60 do printf(`%d, `, numbpart(2*m) - numbpart(m - 1) - 2*sum(numbpart(j), j = 0 .. m-2)) od:
|
|
|
CROSSREFS
| Sequence in context: A064934 A171985 A005986 * A179902 A140992 A093053
Adjacent sequences: A147875 A147876 A147877 * A147879 A147880 A147881
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| James A. Sellers (sellersj(AT)math.psu.edu), Nov 16 2008
|
| |
|
|