OFFSET
1,1
COMMENTS
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.
PROG
(Julia)
isA299956(n) = isprime(ZZ(n)) && !isA299930(n)
A299956list(upto) = [n for n in 1:upto if isA299956(n)]
println(A299956list(1000))
CROSSREFS
KEYWORD
nonn
AUTHOR
Peter Luschny, Feb 25 2018
STATUS
approved