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!)
A136067 Mother primes of order 8. 10

%I #5 Mar 16 2020 09:59:52

%S 103,307,613,1021,1123,1327,2143,2347,2551,3061,3571,3877,4591,6427,

%T 6733,7753,8263,8467,9181,9283,10303,10711,11731,12037,12343,12547,

%U 12853,15607,15913,16831,17137,17341,17851,18973,19891,21013,21727

%N Mother primes of order 8.

%C 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 Amiram Eldar, <a href="/A136067/b136067.txt">Table of n, a(n) for n = 1..10000</a>

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

%Y Cf. A088878, A091180, A136019, A136020, A136061, A136062, A136063, A136064, A136065, A136066, A136068, A136069, A136070.

%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 September 6 04:36 EDT 2024. Contains 375703 sequences. (Running on oeis4.)