[go: up one dir, main page]

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”).

A210683
Primes p such that p, p+60, p+120, p+180 are consecutive primes.
10
253444777, 271386581, 286000489, 415893013, 475992773, 523294549, 620164949, 794689481, 838188877, 840725323, 846389227, 884106599, 884951807, 908725507, 941796223, 952288331, 971614151, 1002290693, 1003166771, 1006976797, 1053792359, 1097338313, 1163141201
OFFSET
1,1
COMMENTS
Subsequence of A089234 which itself is a subsequence of A126771:
a(1) = 253444777 = A089234(417) = A126771(81526),
a(36) = 1998782563 = A089234(5579) = A126771(788920).
PROG
(PARI) A210683(n, p=2, v=1, g=60, c, o)={forprime(q=p+1, , if(p+g!=p=q, next, q!=o+2*g, c=2, c++>3, v&& print1(o-g", "); n--||break); o=q-g); o-g} \\ Can be used as next(p)=A210683(1, p) to get the next term, e.g.:
p=0; A210683_vec=vector(10, i, p=A210683(1, p)) \\ Will take a long time! - M. F. Hasler, Oct 26 2018
CROSSREFS
Analogous sequences (start of CPAP-4, with common difference in square brackets): A033451 [6], A033447 [12], A033448 [18], A052242 [24], A052243 [30], A058252 [36], A058323 [42], A067388 [48], A259224 [54].
Cf. A054800: union of all sequences of this type (start of CPAP-4).
Sequence in context: A262989 A119859 A119860 * A271111 A204415 A246224
KEYWORD
nonn
AUTHOR
Zak Seidov, May 09 2012
STATUS
approved