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.

A136067 Mother primes of order 8.

This page as a plain text file.
%I A136067 #5 Mar 16 2020 09:59:52
%S A136067 103,307,613,1021,1123,1327,2143,2347,2551,3061,3571,3877,4591,6427,
%T A136067 6733,7753,8263,8467,9181,9283,10303,10711,11731,12037,12343,12547,
%U A136067 12853,15607,15913,16831,17137,17341,17851,18973,19891,21013,21727
%N A136067 Mother primes of order 8.
%C A136067 For smallest mother primes of order n see A136020 (also definition). For mother primes of order 1 see A091180. For mother primes of order 2 see A136061. For mother primes of order 3 see A136062. For mother primes of order 4 see A136063. For mother primes of order 5 see A136064. For mother primes of order 6 see A136065. For mother primes of order 8 see A136066.
%H A136067 Amiram Eldar, <a href="/A136067/b136067.txt">Table of n, a(n) for n = 1..10000</a>
%t A136067 n = 8; a = {}; Do[If[PrimeQ[(Prime[k] + 2n)/(2n + 1)], AppendTo[a, Prime[k]]], {k, 1, 1500}]; a
%Y A136067 Cf. A088878, A091180, A136019, A136020, A136061, A136062, A136063, A136064, A136065, A136066, A136068, A136069, A136070.
%K A136067 nonn
%O A136067 1,1
%A A136067 _Artur Jasinski_, Dec 12 2007