OFFSET
1,1
COMMENTS
Initial member of pairs of consecutive primes in A054805 (second of quadruples): The first 10^4 terms of that sequence yield over 2000 terms of this sequence. - M. F. Hasler, Oct 27 2018
LINKS
M. F. Hasler, Table of n, a(n) for n = 1..2000
FORMULA
MATHEMATICA
spqQ[n_]:=Module[{difs=Differences[n]}, difs[[1]]>difs[[2]]> difs[[3]]> difs[[4]]]; Transpose[Select[Partition[Prime[ Range[2000]], 5, 1], spqQ]][[2]] (* Harvey P. Dale, May 06 2012 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Henry Bottomley, Apr 10 2000
EXTENSIONS
Corrected by Harvey P. Dale, May 06 2012
Edited and offset corrected to 1 by M. F. Hasler, Oct 27 2018
STATUS
approved