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.

A372359 Array read by upward antidiagonals: A(n, k) = A372358(A372282(n, k)), n,k >= 1.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 24, 4, 0, 0, 0, 256, 32, 6, 0, 0, 0, 0, 6144, 16, 0, 0, 0, 0, 0, 16777216, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 8, 4, 0, 0, 0, 0, 0, 0, 0, 1408, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6144, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16777216, 0, 88, 12
Offset: 1

Views

Author

Antti Karttunen, May 01 2024

Keywords

Comments

Zeros occur in the same locations as where they occur in A372353 and where 1's occur in array A372287.

Examples

			Array begins:
n\k| 1  2  3    4     5   6  7     8  9    10 11  12         13             14
---+----------------------------------------------------------------------------
1  | 0, 0, 0,   2,    4,  6, 0,    2, 4,    6, 0,  2,        12,            14,
2  | 0, 0, 0,  24,   32, 16, 0,    8, 0,   32, 0, 88,        96,           112,
3  | 0, 0, 0, 256, 6144,  0, 0, 1408, 0, 6144, 0,  0,      8192,          2560,
4  | 0, 0, 0,   0, 2^24,  0, 0,    0, 0, 2^24, 0,  0, 402653184,       6815744,
5  | 0, 0, 0,   0,    0,  0, 0,    0, 0,    0, 0,  0,      2^56, 4947802324992,
6  | 0, 0, 0,   0,    0,  0, 0,    0, 0,    0, 0,  0,         0,     31 * 2^79,
where 2^56 = 72057594037927936 and 31 * 2^79 = 18738350204026752207945728.
		

Crossrefs

Cf. also A372353.

Programs

Formula

A(n, k) = A372282(n,k) XOR A086893(1+A372354(n, k)), where XOR is bitwise-xor, A003987.