A068315 For numbers k such that A025474(k) > 1 and A025474(k+1) > 1, sequence gives A000961(k).
8, 25, 121, 2187, 32761
Offset: 1
Examples
The interval (121,122,123,124,125) contains no primes, so 121 is in the sequence. - _Gus Wiseman_, Dec 24 2024
Crossrefs
Programs
-
Mathematica
With[{upto=33000},Map[First,Select[Partition[Select[Range[upto],PrimePowerQ],2,1],NoneTrue[#,PrimeQ]&]]] (* Paolo Xausa, Oct 25 2023 *)
Formula
Extensions
Definition corrected by Jinyuan Wang, Sep 05 2020
Comments