Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A128612
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A128612 Triangle T(n,k) read by rows: number of permutations in [n] with exactly k ascents that have an even number of inversions. +0
1
1, 0, 1, 0, 2, 1, 1, 5, 5, 1, 1, 14, 30, 14, 1, 0, 28, 155, 147, 29, 1, 0, 56, 605, 1208, 586, 64, 1, 1, 127, 2133, 7819, 7819, 2133, 127, 1, 1, 262, 7288, 44074, 78190, 44074, 7288, 262, 1, 0, 496, 23947, 227623, 655039, 655315, 227569, 23893, 517, 1, 0, 992, 76305, 1102068, 4868556, 7862124, 4869558, 1101420, 76332, 1044, 1 (list; table; graph; listen)
OFFSET

1,5

LINKS

S. Tanimoto, A new approach to signed Eulerian numbers

FORMULA

T(n,k)=(1/2) * [A008292(n,n-k)+A049061(n,n-k)], n>=1, 0<=k<n. - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Nov 01 2007

EXAMPLE

Triangle starts:

1;

0,1;

0,2,1;

1,5,5,1;

1,14,30,14,1;

0,28,155,147,29,1;

0,56,605,1208,586,64,1;

1,127,2133,7819,7819,2133,127,1;

MAPLE

A008292 := proc(n, k) local j; add( (-1)^j*(k-j)^n*binomial(n+1, j), j=0..k) ; end: A049061 := proc(n, k) if k <= 0 or n <=0 or k > n then 0; elif n = 1 then 1 ; elif n mod 2 = 0 then A049061(n-1, k)-A049061(n-1, k-1) ; else k*A049061(n-1, k)+(n-k+1)*A049061(n-1, k-1) ; fi ; end: A128612 := proc(n, k) (A008292(n, n-k)+A049061(n, n-k))/2 ; end: for n from 1 to 11 do for k from 0 to n-1 do printf("%d, ", A128612(n, k)) ; od: od: - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Nov 01 2007

CROSSREFS

Sequence in context: A008518 A139332 A099927 this_sequence A060854 A091378 A156045

Adjacent sequences: A128609 A128610 A128611 this_sequence A128613 A128614 A128615

KEYWORD

nonn,tabl

AUTHOR

Ralf Stephan, May 08 2007

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Nov 01 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 20 00:58 EST 2009. Contains 171054 sequences.


AT&T Labs Research