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!)
A185228 Number of disconnected 2-regular simple graphs on n vertices with girth at least 8. 8
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 6, 6, 8, 9, 11, 12, 15, 16, 20, 22, 26, 29, 35, 38, 45, 50, 59, 65, 76, 84, 98, 109, 125, 139, 161, 178, 204, 227, 259, 288, 328, 364, 414, 460, 520, 578, 654, 725, 817, 908, 1021, 1133 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,19
COMMENTS
Number of partitions of n with each part at least 8, and at least 2 parts.
LINKS
FORMULA
a(n) = A185328() - A185118(n). - Andrew Howroyd, Apr 18 2021
PROG
(Magma) A185228 := func<n|n eq 0 select 0 else #RestrictedPartitions(n, {8..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), A185227 (g=7), this sequence (g=8), A185229 (g=9).
Sequence in context: A050365 A029026 A003106 * A026824 A025149 A026799
KEYWORD
nonn,easy
AUTHOR
Jason Kimberley, Feb 22 2011
EXTENSIONS
Terms a(62) and beyond from Andrew Howroyd, Apr 18 2021
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 3 20:31 EDT 2024. Contains 373088 sequences. (Running on oeis4.)