Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A096575
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A096575 Number of fixed points of solid partitions under rotation operation. +0
10
1, 1, 1, 2, 2, 2, 4, 6, 6, 8, 11, 13, 17, 24, 28 (list; graph; listen)
OFFSET

1,4

COMMENT

Rotation has permutation cycle length 1 or 3. Uses function "solidformBTK" from link above.

Is this the same sequence as A002722? [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Sep 04 2008]

LINKS

Wouter Meeussen, Solid Partitions Mathematica functions

EXAMPLE

Solid partition [{{3, 1, 1, 1}, {3}}, {{2, 1}}, {{1}}, {{1}}, {{1}}] rotates into [{{4, 1}, {1, 1}, {1, 1}}, {{2}, {1}}, {{1}}, {{1}}, {{1}}] by rotating each layer as a plane partition.

MATHEMATICA

turn[par_List] := Module[{maks, wide, it}, wide = Length[par[[1]]]; maks = Max[Length[par], wide, Flatten[par]]; it = Join[ #, Table[0, {wide - Length[ # ]}]] & /@( par /. i_Integer :> Table[If[w > i, 0, 1], {w, maks}]); DeleteCases[DeleteCases[Transpose[Apply[Plus, it, 1]], 0 | {}, -1], 0|{}, -1]]; Table[sn =Sort@Flatten[solidformBTK /@ Partitions[n]]; Frequencies[Length /@ ToCycles[Ordering[Map[turn @ # &, sn, {2}]]] ], {n, 1, 15}]

CROSSREFS

Cf. A000293, A094504, A094508, A096272, A096573, A096574, A096576, A096577, A096578, A096579, A096580, A096581.

Sequence in context: A086420 A103265 A008238 this_sequence A002722 A093393 A090858

Adjacent sequences: A096572 A096573 A096574 this_sequence A096576 A096577 A096578

KEYWORD

more,nonn

AUTHOR

Wouter Meeussen (wouter.meeussen(AT)pandora.be), Jun 27 2004

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