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.

A136074 Father primes of order 5.

This page as a plain text file.
%I A136074 #5 Mar 16 2020 10:00:33
%S A136074 43,131,197,263,461,593,659,1187,1451,1847,1913,1979,2111,2837,2903,
%T A136074 2969,4289,4421,4751,5081,5147,5279,5741,6203,6269,6599,7127,7193,
%U A136074 7457,7523,7919,8513,9041,9239,9437,9767,10427,10691,11351,11549,11681,12011
%N A136074 Father primes of order 5.
%C A136074 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.
%H A136074 Amiram Eldar, <a href="/A136074/b136074.txt">Table of n, a(n) for n = 1..10000</a>
%t A136074 n = 5; a = {}; Do[If[PrimeQ[(Prime[k] - 2n)/(2n + 1)], AppendTo[a, Prime[k]]], {k, 1, 1500}]; a
%Y A136074 Cf. A023208, A094524, A136019, A136020, A136026, A136027, A136071, A136072, A136073, A136075, A136076, A136077, A136078, A136079, A136080.
%K A136074 nonn
%O A136074 1,1
%A A136074 _Artur Jasinski_, Dec 12 2007