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.

Original entry on oeis.org

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, 42, 174, 240, 84, 28, 4, 1, 8, 56, 288, 690, 336, 168, 48, 6, 1, 9, 72, 440, 1344, 984, 336, 144, 36, 4, 1, 10, 90, 640, 2590, 3060, 2100, 1200, 450, 100, 10
Offset: 1

Views

Author

Max Alekseyev, Jul 12 2019

Keywords

Comments

T(m,n)=0 if n>=m.

Crossrefs

Columns: A000012 (n=0), A000027 (n=1), A002378 (n=2).
Diagonals: A000010 (n=m-1), A062955 (n=m-2, starting with m=4).