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.

A060155 Table T(n,k) by antidiagonals of floor(n^k/k) [n,k >= 1].

Original entry on oeis.org

1, 0, 2, 0, 2, 3, 0, 2, 4, 4, 0, 4, 9, 8, 5, 0, 6, 20, 21, 12, 6, 0, 10, 48, 64, 41, 18, 7, 0, 18, 121, 204, 156, 72, 24, 8, 0, 32, 312, 682, 625, 324, 114, 32, 9, 0, 56, 820, 2340, 2604, 1555, 600, 170, 40, 10, 0, 102, 2187, 8192, 11160, 7776, 3361, 1024, 243, 50, 11
Offset: 1

Views

Author

Henry Bottomley, Mar 12 2001

Keywords

Examples

			T(5,3)=[5^3/3]=[125/3]=41.
Rows start:
  1,  0,  0,   0,   0, ...
  2,  2,  2,   4,   6, ...
  3,  4,  9,  20,  48, ...
  4,  8, 21,  64, 204, ...
  5, 12, 41, 156, 625, ...
		

Crossrefs

Columns include A000027, A007590.
Diagonals include A000169.

Formula

T(n, k) = (A051129(n, k)-A060154(n, k))/k.