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.

A060154 Table T(n,k) by antidiagonals of n^k mod k [n,k >= 1].

Original entry on oeis.org

0, 1, 0, 1, 0, 0, 1, 2, 1, 0, 1, 0, 0, 0, 0, 1, 2, 1, 1, 1, 0, 1, 4, 3, 0, 2, 0, 0, 1, 2, 3, 4, 1, 0, 1, 0, 1, 0, 3, 4, 0, 0, 1, 0, 0, 1, 8, 1, 4, 1, 1, 1, 2, 1, 0, 1, 4, 0, 0, 5, 0, 2, 0, 0, 0, 0, 1, 2, 9, 1, 1, 6, 1, 3, 1, 1, 1, 0, 1, 4, 3, 6, 8, 0, 0, 4, 4, 0, 2, 0, 0, 1, 2, 9, 4, 5, 0, 1, 1, 3, 0, 1, 0, 1, 0
Offset: 1

Views

Author

Henry Bottomley, Mar 12 2001

Keywords

Examples

			T(5,3) = 5^3 mod 3 = 125 mod 3 = 2.
Rows start:
  0, 1, 1, 1, 1, ...
  0, 0, 2, 0, 2, ...
  0, 1, 0, 1, 3, ...
  0, 0, 1, 0, 4, ...
  0, 1, 2, 1, 0, ...
		

Crossrefs

Rows include A057427, A015910, A056969.
Columns include A000004, A000035 (several times), A010872, A010874, A010876, A021559 and other periodic sequences.
Diagonals include A000004 and A057427.
Cf. A114448.

Formula

T(n, k) = A051129(n, k)-n*A060155(n, k).