A375734 Indices of consecutive prime-powers (exclusive) differing by 1. Positions of 1's in A057820.
1, 2, 3, 5, 6, 10, 17, 43, 70, 1077, 6635, 12369, 43578, 105102700
Offset: 1
Examples
The fifth prime-power is 7 and the sixth is 8, so 5 is in the sequence.
Crossrefs
Programs
-
Mathematica
Join@@Position[Differences[Select[Range[100],PrimePowerQ]],1]
Formula
Extensions
a(14) from Amiram Eldar, Sep 24 2024
Comments