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.

A136077 Father primes of order 8.

This page as a plain text file.
%I A136077 #6 Mar 17 2020 03:25:13
%S A136077 67,101,509,1019,1223,1427,1733,2243,2549,2957,4079,4283,4793,5303,
%T A136077 6833,7547,7649,7853,8363,8669,9587,9689,11117,11933,12239,12647,
%U A136077 12953,15809,16217,18869,19583,20297,20807,21419,21929,22133,23357,24683,25703
%N A136077 Father primes of order 8.
%C A136077 For smallest father primes of order n see A136026 (also definition). For father primes of order 1 see A094524. For father primes of order 2 see A136071. For father primes of order 3 see A136072. For father primes of order 4 see A136073. For father primes of order 5 see A136074. For father primes of order 6 see A136075. For father primes of order 7 see A136075.
%H A136077 Amiram Eldar, <a href="/A136077/b136077.txt">Table of n, a(n) for n = 1..10000</a>
%t A136077 n = 8; a = {}; Do[If[PrimeQ[(Prime[k] - 2n)/(2n + 1)], AppendTo[a, Prime[k]]], {k, 1, 1500}]; a
%Y A136077 Cf. A023208, A094524, A136019, A136020, A136026, A136027, A136071, A136072, A136073, A136074, A136075, A136076, A136078, A136079, A136080.
%K A136077 nonn
%O A136077 1,1
%A A136077 _Artur Jasinski_, Dec 12 2007