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.

A266743 Irregular triangle T(n,k) read by rows: see Comments for definition.

Original entry on oeis.org

1, 1, 1, 2, 3, 1, 1, 2, 1, 6, 15, 10, 1, 2, 6, 5, 1, 12, 42, 42, 14, 1, 3, 12, 14, 7, 1, 10, 45, 60, 42, 10, 1, 2, 10, 15, 14, 5, 1, 12, 66, 110, 132, 66, 22, 1, 2, 12, 22, 33, 22, 11, 1, 420, 2730, 5460, 10010, 8580, 6006, 910, 1
Offset: 1

Views

Author

N. J. A. Sloane, Jan 08 2016

Keywords

Comments

Let p_i denote the i-th prime, let pi(n) = A000720(n), and let N! = Product_{i = 1..pi(N)} (p_i)^U(N,i) be the prime factorization of N!, where U(N,i) = A115627(N,i).
Let V(n,i) = floor(n/(prime(i)-1)) = A266742(n,i).
The present triangle is defined by T(n,k) =
Product_{i} (p_i)^V(n,i) / ( Product_{j} (p_j)^V(k,j) * Product_{r} (p_r)^U(n-k+1,r) ).

Examples

			Triangle begins:
    1;
    1,    1;
    2,    3,    1;
    1,    2,    1;
    6,   15,   10,     1;
    2,    6,    5,     1;
   12,   42,   42,    14,    1;
    3,   12,   14,     7,    1;
   10,   45,   60,    42,   10,    1;
    2,   10,   15,    14,    5,    1;
   12,   66,  110,   132,   66,   22,   1;
    2,   12,   22,    33,   22,   11,   1;
  420, 2730, 5460, 10010, 8580, 6006, 910, 1;
  ...
		

Crossrefs