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!)
A357501 Length of longest induced cycle in the n X n king graph. 3

%I #24 Mar 03 2023 20:24:19

%S 0,3,4,8,12,16,24,31,38,47,60,71,82,95,112,127,142

%N Length of longest induced cycle in the n X n king graph.

%C The largest number of nodes of an induced path (instead of cycle) in the n X n king graph is A000982(n) = ceiling(n^2/2) (Beluhov 2023). - _Pontus von Brömssen_, Jan 30 2023

%D Donald E. Knuth, The Art of Computer Programming, Volume 4B, Combinatorial Algorithms, Part 2, Addison-Wesley, 2023. See exercise 7.2.2.1-172 and its solution.

%H Nikolai Beluhov, <a href="https://arxiv.org/abs/2301.01152">Snake paths in king and knight graphs</a>, arXiv:2301.01152 [math.CO], 2023.

%H Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/KingGraph.html">King Graph</a>.

%H Wikipedia, <a href="https://en.wikipedia.org/wiki/Induced_path">Induced path</a>

%F From _Pontus von Brömssen_, Jan 30 2023: (Start)

%F Beluhov (2023) proves that

%F a(n) = n^2/2-1 if n == 0 (mod 4) and n >= 8;

%F a(n) = (n^2-1)/2 if n == 3 (mod 4);

%F and says that experimental data suggests that perhaps

%F a(n) = (n^2-5)/2 if n == 1 (mod 4) and n >= 13;

%F a(n) = n^2/2-3 if n == 2 (mod 4) and n >= 14.

%F (End)

%e Longest induced cycles for 6 <= n <= 8:

%e . X X X X . . X X X X X . . X X X X X X .

%e X . . . . X X . . . . . X X . . . . . . X

%e X . . . . X X . . X . . X X . . X X . . X

%e X . . . . X X . X . X . X X . X . . X . X

%e X . . . . X X . X . X . X X . . X . X . X

%e . X X X X . X . X . X . X X . . X . X . X

%e . X . . . X . X . . X . X . X

%e . X X . . . X .

%Y Cf. A000982, A165143, A357357, A361171.

%K nonn,more

%O 1,2

%A _Pontus von Brömssen_, Oct 01 2022

%E a(9)-a(17) from _Andrew Howroyd_, Mar 03 2023

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 August 13 04:58 EDT 2024. Contains 375113 sequences. (Running on oeis4.)