Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A133800
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A133800 Triangle read by rows in which row n gives number of ways to partition n labeled elements into k pie slices allowing the pie to be turned over (n >= 1, 1 <= k <= n). +0
3
1, 1, 1, 1, 3, 1, 1, 7, 6, 3, 1, 15, 25, 30, 12, 1, 31, 90, 195, 180, 60, 1, 63, 301, 1050, 1680, 1260, 360, 1, 127, 966, 5103, 12600, 15960, 10080, 2520, 1, 255, 3025, 23310, 83412, 158760, 166320, 90720, 20160, 1, 511, 9330, 102315, 510300, 1369620 (list; table; graph; listen)
OFFSET

1,5

LINKS

C. G. Bower, Transforms (2)

FORMULA

Take triangle of Stirling numbers of second kind (A008277) and multiply k-th column by A001710(k) (order of altrenating group A_k).

EXAMPLE

Triangle begins:

1,

1,1,

1,3,1,

1,7,6,3,

1,15,25,30,12,

1,31,90,195,180,60,

1,63,301,1050,1680,1260,360,

...

For row n = 4 we have the following "pies":

. 1

./ \

2 . 3 . 12 .. 12 . 123

.\ / .. / \ .(..)..(..)

. 4 .. 3--4 . 34 .. 4 .. (1234)

k=4 .. k=3 ..k=2 . k=2 . k=1

(3)....(6)...(3)..(4)... (1)

MAPLE

A001710 := proc(n) if n < 2 then 1; else n!/2 ; fi ; end: A008277 := proc(n, k) combinat[stirling2](n, k) ; end: A133800 := proc(n, k) A008277(n, k)*A001710(k-1) ; end: for n from 1 to 10 do for k from 1 to n do printf("%d, ", A133800(n, k)) ; od: od: - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jan 18 2008

CROSSREFS

Row sums give A032262. Diagonals give A000225, A000392, A032263, A133799, A001710.

Sequence in context: A154959 A008277 A080417 this_sequence A146900 A132733 A082039

Adjacent sequences: A133797 A133798 A133799 this_sequence A133801 A133802 A133803

KEYWORD

nonn,tabl,easy

AUTHOR

Barry Cipra and N. J. A. Sloane (njas(AT)research.att.com), Jan 17 2008

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jan 18 2008

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