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.

A086476 Primes p such that 32p+1 and (p-1)/32 are both prime.

This page as a plain text file.
%I A086476 #6 Dec 15 2017 17:41:10
%S A086476 1889,8609,11489,25889,32609,46049,67169,98849,99809,107873,120929,
%T A086476 124193,128033,139169,142433,157793,167393,168353,196193,208673,
%U A086476 210209,241313,288929,295073,308129,311009,324449,354209,377633,396833,403553
%N A086476 Primes p such that 32p+1 and (p-1)/32 are both prime.
%e A086476 1889 is a member as (1889-1)/32 = 59 and 32*1889 + 1= 60449 are both prime.
%t A086476 Prime[ Select[ Range[37063], PrimeQ[(Prime[ # ] - 1)/2^5] && PrimeQ[2^5Prime[ # ] + 1] & ]]
%t A086476 Select[Prime[Range[35000]],And@@PrimeQ[{32#+1,(#-1)/32}]&] (* _Harvey P. Dale_, Jan 23 2013 *)
%Y A086476 Cf. A085957, A085958, A086477, A086478.
%K A086476 nonn
%O A086476 1,1
%A A086476 _Amarnath Murthy_ and _Jason Earls_, Jul 22 2003
%E A086476 Edited and extended by _Robert G. Wilson v_, Jul 26 2003