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.

A055865 Second column of triangle A055864.

Original entry on oeis.org

0, 2, 12, 100, 1080, 14406, 229376, 4251528, 90000000, 2143588810, 56757583872, 1654301902188, 52644347205632, 1816448730468750, 67553994410557440, 2694045224950414864, 114692890480116793344, 5191945444217181018258, 249036800000000000000000, 12617615847934310595791220
Offset: 1

Views

Author

Wolfdieter Lang Jun 20 2000

Keywords

Crossrefs

Programs

Formula

a(1) = 0; a(n) = n*(n+1)^(n-2), n >= 2.
E.g.f.: -1/2*(-W(-x)^2+x^2)/x, W(x) principal branch of Lambert's function.
a(n) = A055864(n, 2).