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.

A067842 Expansion of 1/Product_{k=1..infinity} (1-x^A007097(k)).

This page as a plain text file.
%I A067842 #2 Mar 30 2012 17:30:42
%S A067842 1,0,1,1,1,2,2,2,3,3,4,5,5,6,7,8,9,10,11,12,14,15,17,18,20,22,24,26,
%T A067842 28,30,33,36,38,42,44,48,52,55,59,63,67,72,77,81,87,92,98,104,110,116,
%U A067842 123,130,137,145,152,161,169,178,187,196,206,216,227,237,249,260,273,285
%N A067842 Expansion of 1/Product_{k=1..infinity} (1-x^A007097(k)).
%F A067842 G.f.: 1/((1-x^2)(1-x^3)(1-x^5)(1-x^11)...).
%t A067842 CoefficientList[ Series[1/Product[1 - x^Nest[Prime, 1, i], {i, 1, 6}], {x, 0, 75}], x]
%Y A067842 Cf. A007097.
%K A067842 nonn
%O A067842 0,6
%A A067842 _Robert G. Wilson v_, Feb 11 2002