cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A116600 a(n) = A011782(n) + A000219(n) - A000712(n).

This page as a plain text file.
%I A116600 #10 Mar 25 2014 04:19:34
%S A116600 1,0,0,0,1,4,15,40,103,238,531,1131,2362,4811,9694,19307,38243,75400,
%T A116600 148443,291984,574724,1132368,2234617,4416937,8745567,17343737,
%U A116600 34446090,68500682,136374947,271755878,541950747,1081467319,2159170372,4312555339,8616279482,17219151572,34418065540,68805730450,137566021077
%N A116600 a(n) = A011782(n) + A000219(n) - A000712(n).
%C A116600 Old definition was "Counts compositions plus plane partitions less partitions into parts of two kinds".
%C A116600 A116600 is essentially A115981 + A115982 since A000712 = A001523 + A006330.
%F A116600 a(n) = A011782(n) + A000219(n) - A000712(n).
%e A116600 a(8) = 103 because A011782(8) + A000219(8) - A000712(8) = 128 + 160 - 185.
%o A116600 (PARI)
%o A116600 N=66; x='x+O('x^N);
%o A116600 gf011782 =(1-x)/(1-2*x);
%o A116600 gf000219 = 1/prod(n=1,N, (1-x^n)^n );
%o A116600 gf000712 = 1/eta(x)^2;
%o A116600 Vec( gf011782 + gf000219 - gf000712 )
%o A116600 \\ _Joerg Arndt_, Mar 25 2014
%Y A116600 Cf. A000219, A000712, A001523, A006330, A011782, A115981, A115982.
%K A116600 easy,nonn
%O A116600 0,6
%A A116600 _Alford Arnold_, Feb 18 2006
%E A116600 Terms a(9) and beyond from _Joerg Arndt_, Mar 25 2014