login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A008787 a(n) = (n + 6)^n. 10
1, 7, 64, 729, 10000, 161051, 2985984, 62748517, 1475789056, 38443359375, 1099511627776, 34271896307633, 1156831381426176, 42052983462257059, 1638400000000000000, 68122318582951682301, 3011361496339065143296 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
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
MAPLE
a:= n-> (n+6)^n: seq(a(n), n=0..20);
MATHEMATICA
Table[(n+6)^n, {n, 0, 20}] (* Vladimir Joseph Stephan Orlovsky, Dec 26 2010 *)
PROG
(Magma) [(n+6)^n: n in [0..20]]; // Vincenzo Librandi, Jun 11 2013
(PARI) vector(20, n, (n+5)^(n-1)) \\ G. C. Greubel, Sep 11 2019
(Sage) [(n+6)^n for n in (0..20)] # G. C. Greubel, Sep 11 2019
(GAP) List([0..20], n-> (n+6)^n); # G. C. Greubel, Sep 11 2019
CROSSREFS
Sequence in context: A349333 A293470 A256506 * A261500 A173516 A197785
KEYWORD
nonn,easy
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 06:49 EDT 2024. Contains 371964 sequences. (Running on oeis4.)