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.

A008787 a(n) = (n + 6)^n.

Original entry on oeis.org

1, 7, 64, 729, 10000, 161051, 2985984, 62748517, 1475789056, 38443359375, 1099511627776, 34271896307633, 1156831381426176, 42052983462257059, 1638400000000000000, 68122318582951682301, 3011361496339065143296
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

Formula

E.g.f.(x) for b(n) = n^(n-6) = a(n-6): T - (31/32)*T^2 + (575/1296)*T^3 - (415/3456)*T^4 + (137/7200)*T^5 - (1/720)*T^6; where T=T(x) is Euler's tree function (see A000169). - Len Smiley, Nov 17 2001
E.g.f.: LambertW(-x)^6/(x^6*(1+LambertW(-x))). - Vladeta Jovovic, Nov 07 2003
E.g.f.: (1/5)*d/dx(LambertW(-x)/(-x))^5. - Wolfdieter Lang, Oct 25 2022