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!)
A368800 Lower independence number of the n X n torus grid graph C_n square C_n. 0
3, 4, 5, 8, 13, 16, 18, 20, 27, 32, 39, 42, 45, 56, 65, 72, 76, 80, 95 (list; graph; refs; listen; history; text; internal format)
OFFSET
3,1
LINKS
Eric Weisstein's World of Mathematics, Lower Independence Number.
Eric Weisstein's World of Mathematics, Torus Grid Graph.
MATHEMATICA
(* conjectured to hold for larger n *)
Table[Piecewise[{
{n^2/5, Mod[n, 5] == 0},
{(n + 4) (n - 2)/5, Mod[n, 5] == 1},
{(n + 8) (2 n^2 + 17 n + 108)/375, Mod[n, 5] == 2},
{n (n + 2)/5, Mod[n, 5] == 3},
{n (n + 1)/5, Mod[n, 5] == 4}
}], {n, 3, 21}]
CROSSREFS
Sequence in context: A320690 A179070 A358356 * A039020 A055742 A263041
KEYWORD
nonn,more,hard
AUTHOR
Eric W. Weisstein, Jan 06 2024
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 July 21 10:53 EDT 2024. Contains 374472 sequences. (Running on oeis4.)