login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A136073 Father primes of order 4. 10

%I #5 Mar 16 2020 10:00:25

%S 53,71,107,179,269,431,557,647,719,809,881,971,1151,1187,1259,1367,

%T 1511,1619,1637,1907,2069,2267,2447,2861,3041,3581,3617,3779,3797,

%U 4049,4157,4211,4391,4877,4931,5021,5147,5399,5417,5471,5939,6101,6317,6389,6551

%N Father primes of order 4.

%C 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.

%H Amiram Eldar, <a href="/A136073/b136073.txt">Table of n, a(n) for n = 1..10000</a>

%t n = 4; a = {}; Do[If[PrimeQ[(Prime[k] - 2n)/(2n + 1)], AppendTo[a, Prime[k]]], {k, 1, 1500}]; a

%Y Cf. A023208, A094524, A136019, A136020, A136026, A136027, A136071, A136072, A136074, A136075, A136076, A136077, A136078, A136079, A136080.

%K nonn

%O 1,1

%A _Artur Jasinski_, Dec 12 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 03:46 EDT 2024. Contains 371782 sequences. (Running on oeis4.)