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.

A200992 Primes p of form n^2 + 1 such that p+2 and p+6 are also prime.

This page as a plain text file.
%I A200992 #12 Jul 21 2024 12:48:24
%S A200992 5,17,101,5477,21317,65537,193601,220901,341057,846401,1144901,
%T A200992 1336337,1752977,1943237,2016401,4326401,6100901,6760001,11062277,
%U A200992 14032517,23001617,35952017,41731601,51265601,55741157,79103237,83978897,91278917,92083217,110040101
%N A200992 Primes p of form n^2 + 1 such that p+2 and p+6 are also prime.
%C A200992 Subsequence of A145824 which itself is subsequence of A002496.
%H A200992 Zak Seidov, <a href="/A200992/b200992.txt">Table of n, a(n) for n = 1..1000</a>
%t A200992 Select[Range[11000]^2+1,AllTrue[#+{0,2,6},PrimeQ]&] (* _Harvey P. Dale_, Jul 21 2024 *)
%Y A200992 Cf. A002496, A145824.
%K A200992 nonn
%O A200992 1,1
%A A200992 _Zak Seidov_, Nov 25 2011