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.
%I A339396 #4 Dec 02 2020 20:59:09 %S A339396 0,1,0,1,1,1,2,1,3,3,4,4,6,6,9,9,13,14,18,20,26,29,37,39,51,57,69,78, %T A339396 95,105,129,141,173,192,231,255,306,340,403,446,531,585,691,764,896, %U A339396 995,1160,1279,1493,1652,1911,2117,2443,2700,3109,3434,3941,4357,4983,5496,6277 %N A339396 Number of partitions of n into an odd number of nonprime parts. %H A339396 <a href="/index/Par#part">Index entries for sequences related to partitions</a> %F A339396 G.f.: (1/2) * (Product_{k>=1} (1 - x^prime(k)) / (1 - x^k) - Product_{k>=1} (1 + x^prime(k)) / (1 + x^k)). %F A339396 a(n) = (A002095(n) - A302236(n)) / 2. %e A339396 a(9) = 3 because we have [9], [4, 4, 1] and [1, 1, 1, 1, 1, 1, 1, 1, 1]. %t A339396 nmax = 60; CoefficientList[Series[(1/2) (Product[(1 - x^Prime[k])/(1 - x^k), {k, 1, nmax}] - Product[(1 + x^Prime[k])/(1 + x^k), {k, 1, nmax}]), {x, 0, nmax}], x] %Y A339396 Cf. A002095, A018252, A027193, A184199, A302236, A339381, A339395. %K A339396 nonn %O A339396 0,7 %A A339396 _Ilya Gutkovskiy_, Dec 02 2020