OFFSET
0,17
COMMENTS
Number of partitions of n with each part at least 7, and at least 2 parts.
LINKS
Andrew Howroyd, Table of n, a(n) for n = 0..1000
FORMULA
PROG
(Magma) A185227 := func<n|n eq 0 select 0 else #RestrictedPartitions(n, {7..n-1})>;
CROSSREFS
Disconnected 2-regular simple graphs with girth at least g: A165652 (g=3), A185224 (g=4), A185225 (g=5), A185226 (g=6), this sequence (g=7), A185228 (g=8), A185229 (g=9).
KEYWORD
nonn,easy
AUTHOR
Jason Kimberley, Feb 22 2011
STATUS
approved