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.

A013499 a(n) = 2*n^n, n >= 2, otherwise a(n) = 1.

Original entry on oeis.org

1, 1, 8, 54, 512, 6250, 93312, 1647086, 33554432, 774840978, 20000000000, 570623341222, 17832200896512, 605750213184506, 22224013651116032, 875787780761718750, 36893488147419103232, 1654480523772673528354
Offset: 0

Views

Author

Keywords

Comments

For n>=1, a(n) gives the number of alternating plane trees (trees such that the son of each vertex is ordered) on the set of vertices {1,2,..,n+1} (Chauve et al.). See A007889 for the non-ordered case. - Peter Bala, Aug 30 2011

Crossrefs

Cf. A007889.

Programs

Formula

For n>1, resultant of x^n+1 and n(x-1). - Ralf Stephan, Nov 20 2004

Extensions

Name edited by Michel Marcus, Jul 26 2017