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.

Previous Showing 11-11 of 11 results.

A338280 Triangle T read by rows: T(n, k) = k*n^(n-k-1) with 0 < k < n.

Original entry on oeis.org

1, 3, 2, 16, 8, 3, 125, 50, 15, 4, 1296, 432, 108, 24, 5, 16807, 4802, 1029, 196, 35, 6, 262144, 65536, 12288, 2048, 320, 48, 7, 4782969, 1062882, 177147, 26244, 3645, 486, 63, 8, 100000000, 20000000, 3000000, 400000, 50000, 6000, 700, 80, 9, 2357947691, 428717762, 58461513, 7086244, 805255, 87846, 9317, 968, 99, 10
Offset: 2

Views

Author

Stefano Spezia, Oct 20 2020

Keywords

Comments

T(n, k) is the number of forests of n - k edges that connect every other labeled vertex to one of the k roots (see Section 3 in Wästlund).

References

  • Alfred Rényi, Some remarks on the theory of trees. MTA Mat. Kut. Inst. Kozl. (Publ. math. Inst. Hungar. Acad. Sci) 4 (1959), 73-85.

Crossrefs

Cf. A000027 (diagonal), A000169, A000272 (1st column), A000312, A007334 (2nd column), A023811 (row sums), A034941, A072590, A075363, A210725.

Programs

  • Mathematica
    Table[k*n^(n-k-1),{n,2,11},{k,1,n-1}]//Flatten
Previous Showing 11-11 of 11 results.