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.

A239194 T(n,k)=Number of nXk 0..4 arrays with no element equal to the sum of elements to its left or the sum of the elements above it, modulo 5.

This page as a plain text file.
%I A239194 #6 Jun 02 2025 09:24:52
%S A239194 4,12,12,40,120,40,128,1276,1276,128,416,13128,43648,13128,416,1344,
%T A239194 136684,1436268,1436268,136684,1344,4352,1416192,47885992,151351888,
%U A239194 47885992,1416192,4352,14080,14700364,1588084496,16147220164,16147220164
%N A239194 T(n,k)=Number of nXk 0..4 arrays with no element equal to the sum of elements to its left or the sum of the elements above it, modulo 5.
%C A239194 Table starts
%C A239194 .....4.........12.............40.................128.....................416
%C A239194 ....12........120...........1276...............13128..................136684
%C A239194 ....40.......1276..........43648.............1436268................47885992
%C A239194 ...128......13128........1436268...........151351888.............16147220164
%C A239194 ...416.....136684.......47885992.........16147220164...........5513429365240
%C A239194 ..1344....1416192.....1588084496.......1713928533440........1872818978720764
%C A239194 ..4352...14700364....52771184780.....182266933113924......637384123700005952
%C A239194 .14080..152485288..1752250223616...19369216287602148...216766214761274933980
%C A239194 .45568.1582134540.58199143332448.2058887399348279616.73739429314877219107168
%H A239194 R. H. Hardin, <a href="/A239194/b239194.txt">Table of n, a(n) for n = 1..144</a>
%F A239194 Empirical for column k:
%F A239194 k=1: a(n) = 2*a(n-1) +4*a(n-2)
%F A239194 k=2: [order 7]
%F A239194 k=3: [order 32]
%e A239194 Some solutions for n=3 k=4
%e A239194 ..1..2..4..3....1..2..2..1....1..2..2..3....1..2..1..1....1..2..2..3
%e A239194 ..3..1..3..4....4..1..4..2....2..4..3..2....2..0..0..4....3..1..0..2
%e A239194 ..2..4..3..3....2..4..0..0....2..0..3..3....1..3..3..1....2..4..4..3
%Y A239194 Column 1 is A087206
%K A239194 nonn,tabl
%O A239194 1,1
%A A239194 _R. H. Hardin_, Mar 11 2014