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.

A338872 Square array of distinct positive integers T(n, k), n > 0, k > 0, read by antidiagonals upwards, filled the greedy way such that for any n > 0 and k > 0, Sum_{ i = 1..n, j = 1..k } T(i, j) is divisible by n * k.

Original entry on oeis.org

1, 3, 5, 2, 7, 6, 10, 12, 8, 4, 9, 16, 19, 14, 24, 11, 15, 31, 27, 18, 20, 13, 17, 21, 43, 30, 22, 38, 23, 33, 41, 47, 40, 48, 26, 46, 36, 63, 35, 39, 88, 70, 44, 62, 45, 32, 66, 55, 71, 52, 60, 28, 42, 29, 51, 25, 86, 90, 67, 98, 56, 54, 34, 73, 91, 57
Offset: 1

Views

Author

Rémy Sigrist, Nov 13 2020

Keywords

Comments

This sequence is a 2-dimensional variant of A019444.

Examples

			Array T(n, k) begins:
  n\k|   1   2   3    4    5    6    7    8    9   10
  ---+-----------------------------------------------
    1|   1   5   6    4   24   20   38   46   45   51
    2|   3   7   8   14   18   22   26   62   29   91
    3|   2  12  19   27   30   48   44   42   73   53
    4|  10  16  31   43   40   70   28   34   61   37
    5|   9  15  21   47   88   60   54  106   77  133
    6|  11  17  41   39   52   56   50  118  129  157
    7|  13  33  35   71   98  116  173  117  181  213
    8|  23  63  55   67   82  136  155  187  141  161
    9|  36  66  90   84   99  111  179  143  146  256
   10|  32  86  74  124  109  121  203  235   78  188
		

Crossrefs

See A338918 and A338919 for similar sequences.
Cf. A019444.

Programs

  • PARI
    See Links section.