login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Two-colorings of triangular arrays under rotational symmetries.
0

%I #15 Dec 03 2014 04:01:56

%S 1,2,4,24,352,10944,699136,89479168,22906494976,11728124051456,

%T 22906494976,11728124051456,12009599006670848,24595658764948865024,

%U 100743818301219142631424,825293359523586851364405248,13521606402434446949321074016256

%N Two-colorings of triangular arrays under rotational symmetries.

%H StackExchange, <a href="http://math.stackexchange.com/questions/772981/i-am-confused-on-how-to-solve-a-question-by-using-burnsides-lemma">two-colorings of triangular arrays</a>

%p Q:= proc(n)

%p if n mod 3 = 1 then 1/3*2^(1/2*n*(n + 1)) + 1/3*2^(2 + 1/6*(n - 1)*(n + 2))

%p else 1/3*2^(1/2*n*(n + 1)) + 1/3*2^(1 + 1/6*n*(n + 1))

%p end if

%p end proc

%K nonn

%O 1,2

%A _Marko Riedel_, Apr 28 2014