cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A054825 Third term of weak prime quintets: p(m-1)-p(m-2) < p(m)-p(m-1) < p(m+1)-p(m) < p(m+2)-p(m+1).

This page as a plain text file.
%I A054825 #8 Jul 09 2017 13:19:00
%S A054825 353,683,1433,1493,1627,2213,2243,2693,2917,2927,4099,4133,4937,5581,
%T A054825 5939,6277,6481,6709,6833,8093,8179,8237,8941,10337,10739,11783,12113,
%U A054825 12289,13477,13487,13907,13913,14087,14633,14669,14957,14969,15083
%N A054825 Third term of weak prime quintets: p(m-1)-p(m-2) < p(m)-p(m-1) < p(m+1)-p(m) < p(m+2)-p(m+1).
%H A054825 Harvey P. Dale, <a href="/A054825/b054825.txt">Table of n, a(n) for n = 1..1000</a>
%t A054825 Select[Partition[Prime[Range[2000]], 5, 1], Min[Differences[ #, 2]] > 0 &] [[All, 3]](* _Harvey P. Dale_, Jul 09 2017 *)
%Y A054825 Cf. A051635, A054800-A054840.
%K A054825 nonn
%O A054825 1,1
%A A054825 _Henry Bottomley_, Apr 10 2000