login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

Strict Peak Primes: Smallest prime to have n strictly decreasing prime gaps on either side of a(n).
3

%I #13 Dec 04 2014 23:47:45

%S 23,1439,21433,1130863,19881311,331542583

%N Strict Peak Primes: Smallest prime to have n strictly decreasing prime gaps on either side of a(n).

%H Abhiram R Devesh, <a href="/A248703/a248703.py.txt">Python code for strict strict peak primes</a>

%e a(2)=1439; [1427, 1429, 1433, 1439, 1447, 1451, 1453] has prime gaps [2, 4, 6, 8, 4, 2], which is strictly decreasing on either side of 1439.

%Y Cf. A248701, A248702, A248704.

%K nonn,more

%O 2,1

%A _Abhiram R Devesh_, Oct 12 2014