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!)
A101789 8n-1 such that 4n-1 and 8n-1 are primes. 2

%I #6 Nov 21 2013 12:48:37

%S 7,23,47,167,263,359,383,479,503,719,839,863,887,983,1319,1367,1439,

%T 1487,1823,2039,2063,2207,2447,2879,2903,2999,3023,3119,3167,3623,

%U 3863,4007,4079,4127,4679,4703,4799,4919,5087,5399,5639,5807,5879,5927,6047

%N 8n-1 such that 4n-1 and 8n-1 are primes.

%H Harvey P. Dale, <a href="/A101789/b101789.txt">Table of n, a(n) for n = 1..10000</a>

%e 4*1-1=3 and 8*1-1 = 7 are primes, so the first entry is 7.

%t Select[Prime[Range[800]],Mod[#,8]==7&&PrimeQ[(#-1)/2]&] (* _Harvey P. Dale_, Jan 31 2012 *)

%Y Cf. A002515.

%K easy,nonn

%O 1,1

%A Douglas Stones (dssto1(AT)student.monash.edu.au), Dec 16 2004

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 May 3 03:25 EDT 2024. Contains 372204 sequences. (Running on oeis4.)