%I A062737
%S A062737 2,3,5,11,17,41,53,71,83,131,137,173,197,227,263,281,293,383,431,467,
%T A062737 503,521,563,587,593,617,677,683,701,743,797,827,887,911,977,983,1013,
%U A062737 1061,1091,1151,1163,1181,1277,1307,1361,1481,1511,1523,1553,1607,1613
%N A062737 p and 4p-1 are both primes.
%H A062737 Harry J. Smith, <a href="b062737.txt">Table of n, a(n) for n=1,...,1000</
a>
%o A062737 (PARI) { n=0; forprime (p=2, 10^5, if (isprime(4*p - 1), write("b062737.txt",
n++, " ", p); if (n==1000, break)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net),
Aug 10 2009]
%Y A062737 A005384, A007700, A005382.
%Y A062737 Sequence in context: A079370 A014210 A014556 this_sequence A085613 A082605
A007755
%Y A062737 Adjacent sequences: A062734 A062735 A062736 this_sequence A062738 A062739
A062740
%K A062737 nonn
%O A062737 1,1
%A A062737 Reiner Martin (reinermartin(AT)hotmail.com), Jul 12 2001
|