A179094 Disorder number of the n X n grid graph.
0, 5, 23, 61, 119, 213, 335, 509, 719, 997, 1319, 1725, 2183, 2741, 3359, 4093, 4895
Offset: 1
Links
- Sela Fried, On a conjecture of McNeil, arXiv:2208.03788 [math.CO], 2023.
- Eric Weisstein's World of Mathematics, Disorder Number.
- Eric Weisstein's World of Mathematics, Grid Graph
Formula
A possible formula: a(n) = 0 for n=1, n^3-n-1 for odd n > 1, n^3-3 for even n? - D. S. McNeil, Aug 26 2010
Let b(n) correspond to McNeil's formula. Then b(n) <= a(n) <= b(n) + 1 (see link). - Sela Fried, Nov 28 2023
Empirical G.f.: x^2*(5+13*x+10*x^2-6*x^3+x^4+x^5)/((1-x)^4*(1+x)^2). - Colin Barker, Mar 29 2012
Extensions
a(3) corrected and a(4)-a(17) computed by D. S. McNeil, Aug 26 2010. D. S. McNeil also finds that a(19)=6839, a(21)=9239, a(23)=12143.
Edited by N. J. A. Sloane, Aug 26 2010
Typo in formula corrected by D. S. McNeil, Aug 26 2010
Equivalent simpler description from Eric W. Weisstein, Oct 08 2024
Comments