Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A134432
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A134432 Sum of entries in all the arrangements of the set {1,2,...,n} (to n=0 there corresponds the empty set). +0
2
0, 1, 9, 66, 490, 3915, 34251, 328804, 3452436, 39456405, 488273005, 6510306726, 93097386174, 1421850988831, 23105078568495, 398118276872520, 7251440043035176, 139227648826275369 (list; graph; listen)
OFFSET

0,3

COMMENT

a(n)=Sum(k*A134431(n,k),k=0..n(n+1)/2).

FORMULA

a(n)=diff(P[n](t), t) evaluated at t=1; here P[n](t)=Q[n](t,1) where the polynomials Q[n](t,x) are defined by Q[0]=1 and Q[n]=Q[n-1] + xt^n diff(xQ[n-1], x). [Q[n](t,x) is the bivariate generating polynomial of the arrangements of {1,2,...,n}, where t (x) marks the sum (number) of the entries; for example, Q[2](t,x)=1+tx + t^2*x + 2t^3*x^2, corresponding to: empty, 1, 2, 12, and 21, respectively.]

EXAMPLE

a(2)=9 because the arrangements of {1,2} are: empty, 1, 2, 12, and 21.

MAPLE

Q[0]:=1: for n to 17 do Q[n]:=sort(simplify(Q[n-1]+t^n*x*(diff(x*Q[n-1], x))), t) end do: for n from 0 to 17 do P[n]:=sort(subs(x=1, Q[n])) end do: seq(subs(t =1, diff(P[n], t)), n=0..17);

CROSSREFS

Cf. A000522, A134431.

Sequence in context: A055148 A014830 A048439 this_sequence A098107 A091647 A106132

Adjacent sequences: A134429 A134430 A134431 this_sequence A134433 A134434 A134435

KEYWORD

nonn

AUTHOR

Emeric Deutsch (deutsch(AT)duke.poly.edu), Nov 16 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 4 21:35 EST 2008. Contains 151309 sequences.


AT&T Labs Research