Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #7 Jun 11 2014 21:21:27
%S 3,6,9,12,17,22,27,31,37,42,47,54,61,66,71,77,84,91,97,101,109,117,
%T 124,130,137,143,150,157,164,172,180,187,193,200,206,217,221,228,238,
%U 244,253,261,267,275,282,290,297,305,312,321,327,335,344,352,361,367
%N Numbers which do not occur in A056127.
%H Eric M. Schmidt, <a href="/A127621/b127621.txt">Table of n, a(n) for n = 1..1000</a>
%t b = {};Do[AppendTo[b,x], {x, 1, 240}]; a = {1}; Do[x = 1; While[Prime[x + 1] >= (Product[Prime[x], {x, 1, x}])^(1/n), x++ ]; AppendTo[a, x], {n, 1, 200}]; Complement[b, a] (* _Artur Jasinski_ *)
%Y Cf. A056127.
%K nonn
%O 1,1
%A _Artur Jasinski_, Jan 19 2007
%E More terms from _Eric M. Schmidt_, Jun 10 2014