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.

A286616 Transpose of square array A286615.

Original entry on oeis.org

0, 2, 1, 3, 7, 5, 4, 11, 35, 29, 6, 13, 59, 239, 209, 8, 31, 65, 419, 2519, 2309, 9, 37, 215, 449, 4619, 32339, 30029, 10, 41, 245, 2339, 4829, 60059, 540539, 510509, 12, 43, 269, 2549, 30239, 62369, 1021019, 10210199, 9699689, 14, 61, 275, 2729, 32549, 512819, 1051049, 19399379, 232792559, 223092869
Offset: 1

Views

Author

Antti Karttunen, Jun 30 2017

Keywords

Comments

A permutation of nonnegative integers.

Examples

			The top left 7 X 7 corner of the array:
      0,      2,       3,       4,       6,        8,        9
      1,      7,      11,      13,      31,       37,       41
      5,     35,      59,      65,     215,      245,      269
     29,    239,     419,     449,    2339,     2549,     2729
    209,   2519,    4619,    4829,   30239,    32549,    34649
   2309,  32339,   60059,   62369,  512819,   542849,   570569
  30029, 540539, 1021019, 1051049, 9729719, 10240229, 10720709
		

Crossrefs

Transpose: A286615.
One less than A276943.
Column 1: A057588.

Programs

Formula

A(n,k) = A286615(k,n) = A276943(n,k)-1.