login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A007121 E.g.f. ( (1+x)^x )^x.
(Formerly M4099)
1
1, 0, 0, 6, -12, 40, 180, -1512, 11760, -38880, 20160, 2106720, -22381920, 173197440, -703999296, -1737489600, 86030380800, -1149696737280, 11455162974720, -89560399541760, 636617260339200, -6318191386644480, 139398889956480000, -3797936822885990400 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

REFERENCES

N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

FORMULA

a(n)= n!*sum{k=0..n/2} stirling1(n-2*k,k)/(n-2*k)! . - Vladimir Kruchinin, Dec 13 2011

MAPLE

A007121 := proc(n)

        n!*coeftayl( (1+x)^(x^2), x=0, n) ;

end proc:

seq(A007121(n), n=0..40) ; # R. J. Mathar, Dec 15 2011

PROG

(Maxima)

a(n):=sum(stirling1(n-2*k, k)/(n-2*k)!, k, 0, n/2); /* Vladimir Kruchinin, Dec 13 2011 */

CROSSREFS

Sequence in context: A128453 A185616 A052747 * A152786 A206039 A048069

Adjacent sequences:  A007118 A007119 A007120 * A007122 A007123 A007124

KEYWORD

sign

AUTHOR

Simon Plouffe (simon.plouffe(AT)gmail.com)

EXTENSIONS

Signs added by R. J. Mathar, V. Kruchinin, Dec 15 2011

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 04:47 EST 2012. Contains 205860 sequences.