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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A135747 E.g.f.: A(x) = Sum_{n>=0} exp((n+1)*x)^(n-1) * x^n/n!. 3
1, 0, 2, 9, 88, 985, 14976, 278929, 6208000, 163268865, 4979147680, 173500986241, 6838921208736, 302161792811905, 14840867887070512, 804732692174218305, 47888731015720316416, 3110871265807567331329, 219546952410733092279360 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

COMMENTS

n divides a(n) for n>=1.

FORMULA

a(n) = Sum_{k=0..n} C(n,k)*(k^2-1)^(n-k).

PROG

(PARI) {a(n)=sum(k=0, n, binomial(n, k)*(k^2-1)^(n-k))} (PARI) {a(n)=n!*polcoeff(sum(k=0, n, exp((k^2-1)*x +x*O(x^n))*x^k/k!), n)}

CROSSREFS

Cf. variants: A135742, A135743, A135744, A135745, A135746.

Sequence in context: A106163 A068595 A037172 * A132431 A001192 A006120

Adjacent sequences:  A135744 A135745 A135746 * A135748 A135749 A135750

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Nov 27 2007

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 17 22:48 EST 2012. Contains 206085 sequences.