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”).
%I #2 Mar 30 2012 18:50:59
%S 1,2,3,5,7,11,15,22,30,41,55,75,98,129,168,218,279,358,453,573,719,
%T 899,1118,1389,1712,2106,2581,3152,3835,4657,5632,6797,8177,9813,
%U 11746,14033,16715,19873,23575,27910,32972,38886,45765,53770,63062,73833
%N Number of partitions of n into parts with no prime gaps in their factorization.
%e a(12) = A000041(12) - #{10+2, 10+1+1} = 77 - 2 = 75.
%Y Cf. A073491, A000009, A000607, A023893, A137793, A137791.
%K nonn
%O 1,2
%A _Reinhard Zumkeller_, Feb 11 2008