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!)
A353206 Number of graph minors in the cycle graph C_n. 1
7, 13, 21, 33, 49, 72, 103, 146, 203, 281, 383, 519, 696, 928, 1226, 1612, 2103, 2731, 3524, 4527, 5783, 7359, 9318, 11755, 14766, 18485, 23051, 28656, 35499, 43849, 53993, 66304, 81188, 99166, 120804, 146820, 178006, 215345, 259929, 313104, 376366, 451542, 540677 (list; graph; refs; listen; history; text; internal format)
OFFSET
3,1
COMMENTS
Counts do not include the null graph.
LINKS
Eric Weisstein's World of Mathematics, Graph Minor
FORMULA
a(n) = A026905(n) + n - 2. - Andrew Howroyd, Mar 01 2023
PROG
(PARI) a(n)=if(n<3, 0, sum(k=1, n, numbpart(k)) + n - 2) \\ Andrew Howroyd, Mar 01 2023
CROSSREFS
Cf. A026905.
Sequence in context: A099988 A076947 A138077 * A288655 A124192 A335277
KEYWORD
nonn
AUTHOR
Eric W. Weisstein, Apr 30 2022
EXTENSIONS
Terms a(30) and beyond from Andrew Howroyd, Mar 01 2023
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 April 25 10:01 EDT 2024. Contains 371967 sequences. (Running on oeis4.)