login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Next new gap between successive prime powers.
0

%I #4 Oct 24 2018 15:21:49

%S 1,2,3,4,5,6,8,10,12,14,9,20,7,18,22,30,16,26,28,24,32,17,34,36,44,42,

%T 27,40,52,48,38,72,50,62,54,60,58,15,46,56,64,29,68,86,66,70,78,76,82,

%U 96,112,100,74,90,84,114,21,80,88,98,92

%N Next new gap between successive prime powers.

%t DeleteDuplicates[Differences[Select[Range[1000000],PrimePowerQ]]] (* _Harvey P. Dale_, Oct 21 2018 *)

%Y Cf. A000961, A014320.

%K easy,nonn

%O 1,2

%A _Naohiro Nomoto_, Feb 11 2004