login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A127621 Numbers which do not occur in A056127. 1

%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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)