OFFSET
1,1
COMMENTS
Equivalently, prime powers (either A000961 or A246655) q such that q and the next prime power are both composite numbers. - Paolo Xausa, Oct 25 2023
MATHEMATICA
With[{upto=33000}, Map[First, Select[Partition[Select[Range[upto], PrimePowerQ], 2, 1], NoneTrue[#, PrimeQ]&]]] (* Paolo Xausa, Oct 25 2023 *)
CROSSREFS
KEYWORD
nonn,hard,more
AUTHOR
Naohiro Nomoto, Mar 08 2002
EXTENSIONS
Definition corrected by Jinyuan Wang, Sep 05 2020
STATUS
approved