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.

A309106 Triangular array T(m,n): number of sequences of n residues modulo m such that no nonempty subsequence sums to zero, for m>=1, n=0..m-1.

This page as a plain text file.
%I A309106 #6 Jul 13 2019 00:49:55
%S A309106 1,1,1,1,2,2,1,3,6,2,1,4,12,16,4,1,5,20,44,10,2,1,6,30,96,90,36,6,1,7,
%T A309106 42,174,240,84,28,4,1,8,56,288,690,336,168,48,6,1,9,72,440,1344,984,
%U A309106 336,144,36,4,1,10,90,640,2590,3060,2100,1200,450,100,10
%N A309106 Triangular array T(m,n): number of sequences of n residues modulo m such that no nonempty subsequence sums to zero, for m>=1, n=0..m-1.
%C A309106 T(m,n)=0 if n>=m.
%H A309106 Brendan McKay et al., <a href="https://mathoverflow.net/q/119464">probability of zero subset sum</a>, MathOverflow, 2013.
%Y A309106 Columns: A000012 (n=0), A000027 (n=1), A002378 (n=2).
%Y A309106 Diagonals: A000010 (n=m-1), A062955 (n=m-2, starting with m=4).
%K A309106 nonn,tabl
%O A309106 1,5
%A A309106 _Max Alekseyev_, Jul 12 2019