OFFSET
1,2
COMMENTS
Also the number of partitions of 2*n either with largest part equal to n or with three parts and largest part less than n.
LINKS
Peter Kagey, Table of n, a(n) for n = 1..10000
EXAMPLE
For n = 4, the a(4) = 6 partitions of 2*4 = 8 that describe a degree sequence of exactly one labeled multigraph are
4 + 4,
4 + 3 + 1,
4 + 2 + 2,
4 + 2 + 1 + 1,
4 + 1 + 1 + 1 + 1, and
3 + 3 + 2.
CROSSREFS
KEYWORD
nonn
AUTHOR
Peter Kagey, Oct 28 2019
STATUS
approved