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.

A356134 Triangular array giving total number of legal Go positions on an n X k board.

Original entry on oeis.org

1, 5, 57, 15, 489, 12675, 41, 4125, 321689, 24318165, 113, 35117, 8180343, 1840058693, 414295148741, 313, 299681, 208144601, 139304759213, 93332304864173, 62567386502084877, 867, 2557605, 5296282323, 10546705714473, 21026744638200555, 41945191530093646965, 83677847847984287628595
Offset: 1

Views

Author

Douglas Boffey, Jul 27 2022

Keywords

Examples

			Triangle T(n,k) begins:
    1;
    5,    57;
   15,   489,   12675;
   41,  4125,  321689,   24318165;
  113, 35117, 8180343, 1840058693, 414295148741;
  ...
		

Crossrefs

Columns give: A102620, A266278.
Main diagonal gives A094777.
A356049 gives the table by antidiagonals.

Extensions

a(27) corrected by Sidney Cadot, Jan 05 2023.