Triangle read by rows: T(n,k) is the number of 2k-cycles in the n X n grid graph (2 <= k <= floor(n^2/2), n >= 2).

A302337

Triangle read by rows: T(n,k) is the number of 2k-cycles in the n X n grid graph (2 <= k <= floor(n^2/2), n >= 2).

Terms

    a(0) =1a(1) =4a(2) =4a(3) =5a(4) =9a(5) =12a(6) =26a(7) =52a(8) =76a(9) =32a(10) =6a(11) =16a(12) =24a(13) =61a(14) =164a(15) =446a(16) =1100a(17) =2102a(18) =2436a(19) =1874a(20) =900a(21) =226a(22) =25a(23) =40a(24) =110a(25) =332a(26) =1070a(27) =3504a(28) =11144a(29) =32172

External references