login
A068315
For numbers k such that A025474(k) > 1 and A025474(k+1) > 1, sequence gives A000961(k).
2
8, 25, 121, 2187, 32761
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
Bisection of A068435.
Sequence in context: A139026 A135942 A181207 * A069586 A253237 A275151
KEYWORD
nonn,hard,more
AUTHOR
Naohiro Nomoto, Mar 08 2002
EXTENSIONS
Definition corrected by Jinyuan Wang, Sep 05 2020
STATUS
approved