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.

A293452 Triangle T(n,k) read by rows: T(n,k) is the number of iterations to reach a final state for an n X k lattice of sandpiles on a torus according to rules specified in A249872.

Original entry on oeis.org

0, 1, 7, 2, 14, 28, 7, 35, 65, 133, 10, 47, 86, 198, 316, 22, 86, 134, 331, 487, 913, 28, 106, 164, 399, 696, 1099, 1360, 50, 159, 288, 589, 930, 1518, 1798, 2987, 60, 187, 336, 681, 1070, 1966, 2320, 3432, 4340, 95, 265, 515, 1052, 1386, 2430, 3475, 4484, 5977, 7495, 110, 303, 584, 1184, 1556, 2718
Offset: 1

Views

Author

Joerg Arndt, Oct 09 2017

Keywords

Examples

			Triangle begins:
0
1, 7
2, 14, 28
7, 35, 65, 133
10, 47, 86, 198, 316
22, 86, 134, 331, 487, 913
28, 106, 164, 399, 696, 1099, 1360
50, 159, 288, 589, 930, 1518, 1798, 2987
60, 187, 336, 681, 1070, 1966, 2320, 3432, 4340
95, 265, 515, 1052, 1386, 2430, 3475, 4484, 5977, 7495
...
		

Crossrefs

Cf. A249872.

Formula

T(n,n) = A249872(n).
Conjecture: T(n,1) = A023855(n).