Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A135746
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A135746 E.g.f.: A(x) = Sum_{n>=0} exp(n*x)^n * x^n/n!. +0
6
1, 1, 3, 16, 137, 1536, 22417, 407884, 8920641, 230576320, 6928080641, 238375169484, 9288784476193, 406150114297552, 19761959813464065, 1062437048084297596, 62727815353861478273, 4045278841893314992896 (list; graph; listen)
OFFSET

0,3

FORMULA

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

O.g.f.: Sum_{n>=0} x^n/(1 - n^2*x)^(n+1). [From Paul D. Hanna (pauldhanna(AT)juno.com), Aug 08 2009]

PROGRAM

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

(PARI) {a(n)=polcoeff(sum(k=0, n, x^k/(1-k^2*x +x*O(x^n))^(k+1)), n)} [From Paul D. Hanna (pauldhanna(AT)juno.com), Aug 08 2009]

CROSSREFS

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

Sequence in context: A048802 A119392 A129043 this_sequence A006057 A002719 A020554

Adjacent sequences: A135743 A135744 A135745 this_sequence A135747 A135748 A135749

KEYWORD

nonn

AUTHOR

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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research