cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A264074 Number of (5+1) X (n+1) arrays of permutations of 0..n*6+5 with each element having index change +-(.,.) 0,0 1,1 or 1,2.

This page as a plain text file.
%I A264074 #10 Mar 26 2025 18:21:00
%S A264074 32,1597,121000,4745620,242621698,11909009849,601052131669,
%T A264074 29725091157674,1480480693010264,73724395135813664,
%U A264074 3672334488630561424,182928020836836645194,9112104813964559988449,453896950263615921209389,22609753301495146547501389,1126248909020070779347948049
%N A264074 Number of (5+1) X (n+1) arrays of permutations of 0..n*6+5 with each element having index change +-(.,.) 0,0 1,1 or 1,2.
%H A264074 R. H. Hardin, <a href="/A264074/b264074.txt">Table of n, a(n) for n = 1..210</a>
%F A264074 Empirical: a(n) = 55*a(n-1) -257*a(n-2) -66*a(n-3) -558*a(n-4) +20414*a(n-5) -105459*a(n-6) +187369*a(n-7) -105459*a(n-8) +20414*a(n-9) -558*a(n-10) -66*a(n-11) -257*a(n-12) +55*a(n-13) -a(n-14) for n > 19.
%e A264074 Some solutions for n=3:
%e A264074 ..0..1..2..3....5..1..7..3....0..1..2..3....5..1..7..3....0..7..2..3
%e A264074 ..4..5..6..7....4..0..6..2....9..5.11..7....4..0..6..2....4.11..6..1
%e A264074 ..8..9.10.11...14.15.10.11....8..4.10..6....8.14.10.11....8.14.10..5
%e A264074 .17.19.14.15...12.19..8..9...12.13.19.15...12.19..9.15...12.19..9.15
%e A264074 .16.12.18.13...22.17.23.13...21.22.18.14...21.22.23.13...16.17.18.13
%e A264074 .20.21.22.23...20.21.16.18...20.16.17.23...20.16.17.18...20.21.22.23
%Y A264074 Row 5 of A264071.
%K A264074 nonn
%O A264074 1,1
%A A264074 _R. H. Hardin_, Nov 02 2015