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].

This page as a plain text file.
%I A060154 #14 Aug 12 2023 11:10:29
%S A060154 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,
%T A060154 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,
%U A060154 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
%N A060154 Table T(n,k) by antidiagonals of n^k mod k [n,k >= 1].
%H A060154 Seiichi Manyama, <a href="/A060154/b060154.txt">Antidiagonals n = 1..140, flattened</a>
%F A060154 T(n, k) = A051129(n, k)-n*A060155(n, k).
%e A060154 T(5,3) = 5^3 mod 3 = 125 mod 3 = 2.
%e A060154 Rows start:
%e A060154   0, 1, 1, 1, 1, ...
%e A060154   0, 0, 2, 0, 2, ...
%e A060154   0, 1, 0, 1, 3, ...
%e A060154   0, 0, 1, 0, 4, ...
%e A060154   0, 1, 2, 1, 0, ...
%Y A060154 Rows include A057427, A015910, A056969.
%Y A060154 Columns include A000004, A000035 (several times), A010872, A010874, A010876, A021559 and other periodic sequences.
%Y A060154 Diagonals include A000004 and A057427.
%Y A060154 Cf. A114448.
%K A060154 nonn,tabl
%O A060154 1,8
%A A060154 _Henry Bottomley_, Mar 12 2001