%I A136059
%S A136059 3,7,11,17,19,23,31,37,43,47,53,71,83,97,103,109,127,131,137,149,173,
%T A136059 179,199,223,229,239,263,281,283,293,307,313,317,337,349,353,367,397,
%U A136059 419,421,439,443,461,467,479,499,547,557,571,577,593,601,613,619,641
%N A136059 Daughter primes of order 10.
%C A136059 For smallest daughter primes of order n see A136019 (also definition).
For daughter primes of order 1 see A088878. For daughter primes of
order 2 see A136051. For daughter primes of order 3 see A136052.
For daughter primes of order 4 see A136053. For daughter primes of
order 5 see A136054. For daughter primes of order 6 see A136055.
For daughter primes of order 7 see A136056. For daughter primes of
order 8 see A136057. For daughter primes of order 9 see A136058
%t A136059 n = 10; a = {}; Do[If[PrimeQ[(Prime[k] + 2n)/(2n + 1)], AppendTo[a, (Prime[k]
+ 2n)/(2n + 1)]], {k, 1, 1500}]; a
%Y A136059 Cf. A088878, A091180, A136019, A136020, A136051, A136052, A136053, A136054,
A136055, A136056, A136057, A136058, A136060.
%Y A136059 Sequence in context: A038981 A065376 A130090 this_sequence A156284 A045419
A049098
%Y A136059 Adjacent sequences: A136056 A136057 A136058 this_sequence A136060 A136061
A136062
%K A136059 nonn
%O A136059 1,1
%A A136059 Artur Jasinski (grafix(AT)csl.pl), Dec 12 2007
|