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.

A114918 Number of partitions of {1,..,n} into parts of sizes that are multiples of 2 and 3.

This page as a plain text file.
%I A114918 #2 Mar 30 2012 17:37:16
%S A114918 1,0,1,1,4,10,41,140,659,2885,14956,77990,452409,2678676,17176251,
%T A114918 113458801,795016044,5760341506,43802563937,344138100628,
%U A114918 2817486388739,23809341016525,208552149482436,1882541647472398,17549345518850193
%N A114918 Number of partitions of {1,..,n} into parts of sizes that are multiples of 2 and 3.
%F A114918 E.g.f.: exp(SUM{k>0 is a multiple of 2 or 3} (x^k/k!)).
%Y A114918 Cf. A000110, A007690.
%K A114918 nonn
%O A114918 0,5
%A A114918 _Christian G. Bower_, Jan 06 2006