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.

A301270 Number of labeled trees on n vertices containing two fixed non-adjacent edges.

Original entry on oeis.org

4, 20, 144, 1372, 16384, 236196, 4000000, 77948684, 1719926784, 42417997492, 1157018619904, 34599023437500, 1125899906842624, 39618312131623748, 1499253470328324096, 60724508119499193196, 2621440000000000000000, 120167769980326767578964, 5829995856912430117421056, 298461883710362842247633948, 16079954871362414694843285504
Offset: 4

Views

Author

Marko Riedel, Mar 17 2018

Keywords

Examples

			The edges {1,2} and {3,4} can form a tree by being joined by an edge in four ways (two possibilities for each edge).
		

Crossrefs

Programs

Formula

a(n) = 0 for n < 4, 4 * n^(n-4) = 4 * A008785(n-4) otherwise.