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.

A255017 Intersection of A013917 and A071150.

This page as a plain text file.
%I A255017 #10 Feb 27 2015 22:59:57
%S A255017 3,503,1163,1249,2297,3461,5051,6563,9001,9649,9689,11197,16843,20233,
%T A255017 22279,25237,26681,27329,28607,28669,29131,36791,41507,49741,55807,
%U A255017 57697,59021,61493,62731,64453,64879,65129,68371,69493,70619,70969,71161,77893,79063,79531,79801
%N A255017 Intersection of A013917 and A071150.
%C A255017 For these primes, the corresponding term s=A013918(k) and s-2 are twin primes. - _Michel Marcus_, Feb 23 2015
%o A255017 (PARI) lista(nn) = {s = 0; forprime(p=2, nn, s += p; if (isprime(s) && isprime(s-2), print1(p, ", ")););} \\ _Michel Marcus_, Feb 23 2015
%Y A255017 Cf. A000040, A007504, A013917, A071150.
%K A255017 nonn,easy
%O A255017 1,1
%A A255017 _Robert G. Wilson v_, Feb 12 2015