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 31-32 of 32 results.

A091480 Table of multigraphs (by antidiagonals) with n (>=1) nodes and k (>=0) edges. Each type of object labeled from its own label set.

Original entry on oeis.org

1, 0, 1, 0, 1, 1, 0, 1, 3, 1, 0, 1, 9, 6, 1, 0, 1, 27, 36, 10, 1, 0, 1, 81, 216, 100, 15, 1, 0, 1, 243, 1296, 1000, 225, 21, 1, 0, 1, 729, 7776, 10000, 3375, 441, 28, 1, 0, 1, 2187, 46656, 100000, 50625, 9261, 784, 36, 1, 0, 1, 6561, 279936, 1000000, 759375
Offset: 1

Views

Author

Christian G. Bower, Jan 13 2004

Keywords

Examples

			1  0   0    0     0 ...
1  1   1    1     1 ...
1  3   9   27    81 ...
1  6  36  216  1296 ...
1 10 100 1000 10000 ...
		

References

  • F. Bergeron, G. Labelle and P. Leroux, Combinatorial Species and Tree-Like Structures, Cambridge, 1998, p. 114 (2.4.44).

Crossrefs

Columns 0-8: A000012, A000217(n-1), A000537(n-1), A059827(n-1), A059977(n-1), A059860(n-1), A059978(n-1), A059979(n-1), A059980(n-1).
Cf. A091478.

Formula

a(n, k) = binomial(n, 2)^k.

A160445 Numerator of Hermite(n, 20/21).

Original entry on oeis.org

1, 40, 718, -41840, -3573428, 4674400, 15945793480, 613094814400, -73925536369520, -7283018465187200, 295500169093761760, 76056229626701574400, 175306544520386380480, -797966872588194008230400, -33928739742998510567799680, 8496145352999079190916992000
Offset: 0

Views

Author

N. J. A. Sloane, Nov 12 2009

Keywords

Examples

			Numerators of 1, 40/21, 718/441, -41840/9261, -3573428/194481, ...
		

Crossrefs

Cf. A009965 (denominators).

Programs

Formula

E.g.f.: exp(-x*(441*x-40)). - Vincenzo Librandi, Jan 20 2017
D-finite with recurrence a(n) = 40*a(n-1)-882*(n-1)*a(n-2). - [DLMF] Vincenzo Librandi, Jan 20 2017, corrected Feb 06 2021
Previous Showing 31-32 of 32 results.