Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A135743
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A135743 E.g.f.: A(x) = Sum_{n>=0} exp(n*(n+1)/2*x)*x^n/n!. +0
6
1, 1, 3, 13, 83, 686, 7132, 90343, 1357449, 23783068, 478784096, 10938189329, 280771780489, 8029138915630, 253911056912892, 8823070442039641, 335009138739028673, 13830540214264709000, 618085473234055115968 (list; graph; listen)
OFFSET

0,3

FORMULA

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

PROGRAM

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

CROSSREFS

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

Sequence in context: A000684 A057993 A000904 this_sequence A123114 A104032 A130406

Adjacent sequences: A135740 A135741 A135742 this_sequence A135744 A135745 A135746

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 December 13 23:45 EST 2009. Contains 170824 sequences.


AT&T Labs Research