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.

Showing 1-2 of 2 results.

A292477 Square array A(n,k), n >= 0, k >= 2, read by antidiagonals: A(n,k) = [x^(k*n)] Product_{j>=0} 1/(1 - x^(k^j)).

Original entry on oeis.org

1, 1, 2, 1, 2, 4, 1, 2, 3, 6, 1, 2, 3, 5, 10, 1, 2, 3, 4, 7, 14, 1, 2, 3, 4, 6, 9, 20, 1, 2, 3, 4, 5, 8, 12, 26, 1, 2, 3, 4, 5, 7, 10, 15, 36, 1, 2, 3, 4, 5, 6, 9, 12, 18, 46, 1, 2, 3, 4, 5, 6, 8, 11, 15, 23, 60, 1, 2, 3, 4, 5, 6, 7, 10, 13, 18, 28, 74, 1, 2, 3, 4, 5, 6, 7, 9, 12, 15, 21, 33, 94
Offset: 0

Views

Author

Ilya Gutkovskiy, Sep 17 2017

Keywords

Comments

A(n,k) is the number of partitions of k*n into powers of k.

Examples

			Square array begins:
   1,  1,  1,  1,  1,  1, ...
   2,  2,  2,  2,  2,  2, ...
   4,  3,  3,  3,  3,  3, ...
   6,  5,  4,  4,  4,  4, ...
  10,  7,  6,  5,  5,  5, ...
  14,  9,  8,  7,  6,  6, ...
		

Crossrefs

Columns k=2..5 give A000123, A005704, A005705, A005706.
Mirror of A089688 (excluding the first row).

Programs

  • Mathematica
    Table[Function[k, SeriesCoefficient[Product[1/(1 - x^k^i), {i, 0, n}], {x, 0, k n}]][j - n + 2], {j, 0, 12}, {n, 0, j}] // Flatten

A294348 Sum of products of terms in all partitions of 10*n into powers of 10.

Original entry on oeis.org

1, 11, 111, 1111, 11111, 111111, 1111111, 11111111, 111111111, 1111111111, 11111111211, 111111112211, 1111111122211, 11111111222211, 111111112222211, 1111111122222211, 11111111222222211, 111111112222222211, 1111111122222222211, 11111111222222222211
Offset: 0

Views

Author

Seiichi Manyama, Oct 29 2017

Keywords

Examples

			a(38) = 111111112222222233333333444444444332211.
a(39) = 1111111122222222333333334444444444332211.
a(40) = 11111111222222223333333344444444544332211.
a(41) = 111111112222222233333333444444445544332211.
a(42) = 1111111122222222333333334444444455544332211.
a(43) = 11111111222222223333333344444444555544332211.
a(44) = 111111112222222233333333444444445555544332211.
		

Crossrefs

Column k=10 of A294316.
Showing 1-2 of 2 results.