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.

A008786 a(n) = (n+5)^n.

Original entry on oeis.org

1, 6, 49, 512, 6561, 100000, 1771561, 35831808, 815730721, 20661046784, 576650390625, 17592186044416, 582622237229761, 20822964865671168, 799006685782884121, 32768000000000000000, 1430568690241985328321, 66249952919459433152512, 3244150909895248285300369
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

Formula

E.g.f.(x) for b(n) = n^(n-5) = a(n-5): T - (15/16)*T^2 + (85/216)T^3 - (25/288)*T^4 + (1/120)*T^5, where T=T(x) is Euler's tree function. - Len Smiley, Nov 17 2001
E.g.f.: LambertW(-x)^5/((-x)^5*(1+LambertW(-x))). - Vladeta Jovovic, Nov 07 2003
E.g.f.: (1/4)*d/dx((LambertW(-x)/(-x))^4). - Wolfdieter Lang, Oct 25 2022