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!)
A299956 Prime numbers not in A299930. 8

%I #7 Feb 26 2018 09:19:14

%S 2,3,5,7,11,13,17,23,29,31,41,43,47,53,59,61,67,71,73,83,89,101,103,

%T 107,113,131,137,149,151,157,167,173,179,181,191,193,197,199,211,227,

%U 233,239,241,251,257,263,269,271,281,293,307,311,317,331,337,347,353,359

%N Prime numbers not in A299930.

%C These prime numbers cannot be represented by a cyclotomic binary form f as p = f(x,y) with x and y odd prime numbers and x > y. Apart from 2 they appear as the leafs of cbf-trees introduced in A299930.

%o (Julia)

%o isA299956(n) = isprime(ZZ(n)) && !isA299930(n)

%o A299956list(upto) = [n for n in 1:upto if isA299956(n)]

%o println(A299956list(1000))

%Y Cf. A293654, A296095, A299214, A299498, A299733, A299928, A299929, A299930, A299964.

%K nonn

%O 1,1

%A _Peter Luschny_, Feb 25 2018

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 30 09:00 EDT 2024. Contains 372131 sequences. (Running on oeis4.)